Skip to content

Commit

Permalink
bump checkout action version (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay authored Sep 30, 2024
1 parent 84c3ab3 commit 761b839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/idl-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
max-parallel: 1

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# the script replaces the json file with a newly downloaded one
# and updates the version in Cargo.toml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Hygiene | Formatting
run: cargo fmt -- --check
Expand Down

0 comments on commit 761b839

Please sign in to comment.