Skip to content

Commit 7c77543

Browse files
Merge pull request #629 from swiftwasm/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 7e860de + 851c59a commit 7c77543

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
outputs:
2727
entries: ${{ steps.generate.outputs.entries }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- uses: dorny/paths-filter@v3
3131
id: changes
3232
with:
@@ -95,7 +95,7 @@ jobs:
9595
fi
9696
done
9797
98-
- uses: actions/checkout@v4
98+
- uses: actions/checkout@v5
9999
with:
100100
path: swiftwasm-build
101101
submodules: true

.github/workflows/update-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
update-snapshot:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- name: Configure git user
1111
run: |
1212
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)