Skip to content

Commit

Permalink
ci(github-actions): Update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Mar 15, 2024
1 parent 8a62a5b commit a00f2c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
rustc -Vv
cargo -V
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build
run: ./bin/build
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
rustc -Vv
cargo -V
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build
run: ./bin/build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ${{ github.event.inputs.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.revision }}
- uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit a00f2c0

Please sign in to comment.