Skip to content

Commit

Permalink
ci: update actions/checkout version (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored and glennj committed Jan 3, 2024
1 parent cb2431e commit c02671f
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 @@ -13,10 +13,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Checkout test runner
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
repository: exercism/8th-test-runner
token: ${{ secrets.TEST_RUNNER_PAT }}
Expand Down

0 comments on commit c02671f

Please sign in to comment.