Skip to content

Commit

Permalink
Merge pull request #619 from nationalarchives/renovate/actions-checko…
Browse files Browse the repository at this point in the history
…ut-4.2.x

chore(deps): update actions/checkout action to v4.2.2
  • Loading branch information
renovate[bot] authored Oct 25, 2024
2 parents a3212d4 + 0263c60 commit ebc7a89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand All @@ -80,7 +80,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand All @@ -101,7 +101,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_single_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform_plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: read
steps:
- name: Checkout source code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down

0 comments on commit ebc7a89

Please sign in to comment.