Skip to content

Commit

Permalink
upgrade checkout action to version with node20 (#5554)
Browse files Browse the repository at this point in the history
Co-authored-by: orizi <104711814+orizi@users.noreply.github.com>
  • Loading branch information
cario-dev and orizi authored May 15, 2024
1 parent fc0dc25 commit 2c98bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
create_artifacts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 2c98bd1

Please sign in to comment.