Skip to content

Commit

Permalink
Use specific GH action version
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Feb 22, 2025
1 parent 20538fa commit 9876a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Set up MSYS2
if: ${{ !!matrix.toolchain.msystem }}
uses: msys2/setup-msys2@v2
uses: msys2/setup-msys2@e3fe20f54b5e9aed4fb39dba199206fad1d362b1
with:
msystem: ${{ matrix.toolchain.msystem }}
install: >-
Expand Down

0 comments on commit 9876a74

Please sign in to comment.