We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97112d0 commit 6f0d545Copy full SHA for 6f0d545
.github/workflows/renovate-pr.yml
@@ -49,7 +49,7 @@ jobs:
49
permissions: write-all
50
steps:
51
- name: Checkout
52
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
53
54
- name: Remove label
55
env:
@@ -70,7 +70,7 @@ jobs:
70
files: "_posts/**"
71
72
- name: 💡 Self-hosted Renovate
73
- uses: renovatebot/github-action@b11417b9eaac3145fe9a8544cee66503724e32b6 # v43.0.8
+ uses: renovatebot/github-action@c5fdc9f98fdf9e9bb16b5760f7e560256eb79326 # v44.0.2
74
75
RENOVATE_INCLUDE_PATHS: ${{ steps.changed-files.outputs.all_changed_files }}
76
with:
0 commit comments