Skip to content

Commit

Permalink
CI: actions/checkout@v2 -> v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu authored and djc committed Mar 16, 2023
1 parent e605723 commit 4941921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit 4941921

Please sign in to comment.