We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce45775 + 4bef17e commit 983d663Copy full SHA for 983d663
2 files changed
.github/workflows/action-update-template.yml
@@ -27,6 +27,6 @@ jobs:
27
with:
28
node-version: '22'
29
- name: Run renovate
30
- uses: renovatebot/github-action@4f9581d96e8fb744477f84e431375bcde4f33863
+ uses: renovatebot/github-action@ed4d0bb582ff6e994d0252a7715bd5b80f25d106
31
32
token: ${{ secrets.GH_TOKEN }}
.github/workflows/c-cpp-windows-build-template.yml
@@ -25,7 +25,7 @@ jobs:
25
26
persist-credentials: false
- name: Install and setup MSYS2 with MinGW64
- uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2
+ uses: msys2/setup-msys2@ee87529e22c13ef957bcd5ef65c3ca2d61025d19
msystem: MINGW64
update: true
0 commit comments