Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 73e27a6 commit 3eefca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
- uses: wasmerio/[email protected]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: bazel build //...
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: wasmerio/[email protected]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: bazel build --config=release //cli
- run: cp bazel-bin/cli/cli.exe wasm-info-windows.exe
- uses: actions/upload-artifact@v3
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: wasmerio/[email protected]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: bazel build --config=release //cli
- run: cp bazel-bin/cli/cli wasm-info-linux
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3eefca1

Please sign in to comment.