Skip to content

Commit

Permalink
Now v4 not master in checkout.
Browse files Browse the repository at this point in the history
	modified:   msys2_autotools.yml
	modified:   msys2_cmake.yml
	modified:   msys2_meson.yml
  • Loading branch information
davea42 committed Jun 20, 2024
1 parent af60a31 commit 5505624
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msys2_autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
PYTHONIOENCODING: "utf-8"
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msys2_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
PYTHONIOENCODING: "utf-8"
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msys2_meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
PYTHONIOENCODING: "utf-8"
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
Expand Down

0 comments on commit 5505624

Please sign in to comment.