Skip to content

Commit

Permalink
Merge pull request #6 from martinfrances107/actions_checkout
Browse files Browse the repository at this point in the history
Minor: Bumped actions/checkout@v4 ( was version 2 ).
  • Loading branch information
raskyld authored Nov 20, 2024
2 parents 18f1ce3 + 7676f71 commit 84e706a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
make:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install cargo-make
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 84e706a

Please sign in to comment.