Skip to content

Commit

Permalink
Merge pull request #92 from JonFreer/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
JonFreer authored Sep 11, 2024
2 parents 09d22fa + 625703b commit 4de03d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
EXTERNAL_API_TOKEN: gh_token
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup env
run: |
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
EXTERNAL_API_TOKEN: gh_token
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build docker containers
run: |
Expand Down

0 comments on commit 4de03d7

Please sign in to comment.