Skip to content

Commit 0956cfa

Browse files
Update actions/checkout action to v6
1 parent 747620d commit 0956cfa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727

28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929
with:
3030
ref: ${{ github.event.pull_request.head.ref }}
3131

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929

3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "branch=${GITHUB_HEAD_REF}" >> "$GITHUB_OUTPUT"
3636

3737
- name: Checkout
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
with:
4040
ref: ${{ steps.branch.outputs.branch }}
4141

0 commit comments

Comments
 (0)