Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent a0c4f1d commit ca7fbc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
tests: ${{ steps.find-tests.outputs.tests }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Find tests
id: find-tests
Expand All @@ -37,7 +37,7 @@ jobs:
working-directory: ${{ matrix.tests }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cache pub packages
uses: actions/cache@v2
Expand Down

0 comments on commit ca7fbc5

Please sign in to comment.