Skip to content

Commit

Permalink
Merge pull request #248 from nationalarchives/renovate/actions-checko…
Browse files Browse the repository at this point in the history
…ut-4.x
  • Loading branch information
jacksonj04 authored Nov 10, 2023
2 parents 6b7c974 + 22300dc commit e9d9b24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ github.event.pull_request.head.sha }}

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

steps:
- name: Checkout source code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ github.event.pull_request.head.sha }}

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

steps:
- name: Checkout source code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1
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 @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1
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:

steps:
- name: Checkout source code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down

0 comments on commit e9d9b24

Please sign in to comment.