Skip to content

Commit

Permalink
Merge pull request #398 from DFE-Digital/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3
  • Loading branch information
DrizzlyOwl authored Oct 18, 2023
2 parents 0313b09 + e0cec47 commit 957ffa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
working-directory: CypressTests
steps:
- name: checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: lint cypress tests
run: |
Expand Down

0 comments on commit 957ffa5

Please sign in to comment.