Skip to content

Commit 7ddb6b6

Browse files
Merge pull request #5561 from swiftwasm/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents a925eec + d89080a commit 7ddb6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distribute-toolchain.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution:
2020
runs-on: macos-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
repository: swiftwasm/swiftwasm-build
2525
path: swiftwasm-build

0 commit comments

Comments
 (0)