Skip to content

Commit

Permalink
Merge pull request #148 from pseewald/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
gnikit authored Mar 28, 2023
2 parents 273425f + 19e0a6f commit 6b239b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Create resource cache
id: cache
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:

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

- name: Load resources
uses: actions/cache@v3
Expand Down

0 comments on commit 6b239b6

Please sign in to comment.