Skip to content

Commit 983d663

Browse files
committed
Merge branch 'main' of github.com:fabriciofx/github-workflows
2 parents ce45775 + 4bef17e commit 983d663

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/action-update-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
with:
2828
node-version: '22'
2929
- name: Run renovate
30-
uses: renovatebot/github-action@4f9581d96e8fb744477f84e431375bcde4f33863
30+
uses: renovatebot/github-action@ed4d0bb582ff6e994d0252a7715bd5b80f25d106
3131
with:
3232
token: ${{ secrets.GH_TOKEN }}

.github/workflows/c-cpp-windows-build-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727
- name: Install and setup MSYS2 with MinGW64
28-
uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2
28+
uses: msys2/setup-msys2@ee87529e22c13ef957bcd5ef65c3ca2d61025d19
2929
with:
3030
msystem: MINGW64
3131
update: true

0 commit comments

Comments
 (0)