Skip to content

Commit 3b18cfa

Browse files
chore(github-actions): update actions/checkout (v4 -> v5)
BREAKING CHANGE
1 parent 3727b82 commit 3b18cfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
terraform_dirs: ${{ steps.determine-tf-dirs.outputs.dirs }}
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
52+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5353
with:
5454
fetch-depth: 1
5555
persist-credentials: false

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
timeout-minutes: 15
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
67+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6868
with:
6969
fetch-depth: 1
7070
persist-credentials: false

0 commit comments

Comments
 (0)