Skip to content

Commit 3cce236

Browse files
chore(deps): update actions/checkout action to v4
1 parent dfcdf03 commit 3cce236

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/rebuild-readme-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
# Checkout the pull request branch
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
with:
1414
token: ${{ secrets.REPO_ACCESS_TOKEN }}
1515
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}

.github/workflows/terraform-fmt-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
container: cloudposse/build-harness:slim-latest
1111
steps:
1212
# Checkout the pull request branch
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
with:
1515
token: ${{ secrets.REPO_ACCESS_TOKEN }}
1616
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}

.github/workflows/terratest-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
4444

4545
- name: "Checkout code for ChatOps"
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
with:
4848
token: ${{ secrets.REPO_ACCESS_TOKEN }}
4949
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}

.github/workflows/test-command.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
# Checkout the code from GitHub Pull Request
121121
- name: "Checkout code for ChatOps"
122-
uses: actions/checkout@v3
122+
uses: actions/checkout@v4
123123
with:
124124
token: ${{ secrets.REPO_ACCESS_TOKEN }}
125125
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
@@ -212,7 +212,7 @@ jobs:
212212

213213
# Checkout the code from GitHub Pull Request
214214
- name: "Checkout code for ChatOps"
215-
uses: actions/checkout@v3
215+
uses: actions/checkout@v4
216216
with:
217217
token: ${{ secrets.REPO_ACCESS_TOKEN }}
218218
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
@@ -352,7 +352,7 @@ jobs:
352352

353353
# Checkout the code from GitHub Pull Request
354354
- name: "Checkout code for ChatOps"
355-
uses: actions/checkout@v3
355+
uses: actions/checkout@v4
356356
with:
357357
token: ${{ secrets.REPO_ACCESS_TOKEN }}
358358
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)