Skip to content

Commit

Permalink
Bump actions/checkout from v2 to v3.
Browse files Browse the repository at this point in the history
CI scrips are easy to forget during normal dependency updates, so I thought I'd make a PR.
  • Loading branch information
LingMan authored Aug 2, 2022
1 parent daeb563 commit 86a65db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build
run: cargo build
Expand Down

0 comments on commit 86a65db

Please sign in to comment.