Skip to content

Commit

Permalink
Bump actions/checkout (Node.js 20)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodb committed Feb 9, 2024
1 parent 8391417 commit 8df81f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:

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

- uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

steps:

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

- uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 8df81f7

Please sign in to comment.