Skip to content

Commit

Permalink
Merge pull request #4163 from alphagov/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
owenatgov authored Oct 8, 2024
2 parents 4d56ffc + 821b163 commit dc13af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Restore build
uses: actions/cache@v4.0.2
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Setup Node.js
uses: actions/setup-node@v4.0.4
Expand Down

0 comments on commit dc13af1

Please sign in to comment.