Skip to content

Commit

Permalink
ci: update checkout action
Browse files Browse the repository at this point in the history
github is listing warnings that indicate that the versions of 'actions'
that i'm using in CI need updating due to use of obsolete features.

i found the github repo for the 'checkout' action and a new version was
available, so i'm updating to that here.

i also found what i believe is the repo for the 'actions-rs/toolchain'
action, but it seems that version 1 is still the latest.
  • Loading branch information
jnqnfe committed Jul 18, 2023
1 parent 5252fe9 commit 5844e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 5844e82

Please sign in to comment.