Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2023
1 parent 9a1ab93 commit ee3a015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
base_setup_minimum:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./.github/actions/base-setup
with:
dependency_type: minimum
Expand All @@ -44,7 +44,7 @@ jobs:
base_setup_pre:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./.github/actions/base-setup
with:
dependency_type: pre
Expand Down

0 comments on commit ee3a015

Please sign in to comment.