Skip to content

Commit 6ca6b78

Browse files
chore(github-actions): update actions/checkout (v4 -> v5)
BREAKING CHANGE
1 parent 8a2584e commit 6ca6b78

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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
52+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
67+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6868
with:
6969
fetch-depth: 1
7070
persist-credentials: false

0 commit comments

Comments
 (0)