Skip to content

Commit

Permalink
Merge pull request #1 from ecliptical/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
pnehrer committed Sep 12, 2023
2 parents 4876831 + 0dbdd8b commit 7d7948d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the source code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache tools
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the source code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache tools
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 7d7948d

Please sign in to comment.