Skip to content

Commit e098c7a

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d4b0e1 commit e098c7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
35+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.1
3636
with:
3737
persist-credentials: false
3838

.github/workflows/stage-1-commit.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# if: needs.detect-terraform-changes.outputs.terraform_changed == 'true'
7878
# steps:
7979
# - name: "Checkout code"
80-
# uses: actions/checkout@v4
80+
# uses: actions/checkout@v5
8181
# with:
8282
# fetch-depth: 0 # Full history is needed to compare branches
8383
# - name: "Check to see if Terraform Docs are up-to-date"
@@ -109,7 +109,7 @@ jobs:
109109
timeout-minutes: 5
110110
steps:
111111
- name: "Checkout code"
112-
uses: actions/checkout@v4
112+
uses: actions/checkout@v5
113113
with:
114114
fetch-depth: 0 # Full history is needed to compare branches
115115
- name: "Check TODO usage"
@@ -214,7 +214,7 @@ jobs:
214214

215215
steps:
216216
- name: "Checkout code"
217-
uses: actions/checkout@v4
217+
uses: actions/checkout@v5
218218
with:
219219
fetch-depth: 0
220220

@@ -256,7 +256,7 @@ jobs:
256256
contents: read
257257
steps:
258258
- name: Checkout code
259-
uses: actions/checkout@v4
259+
uses: actions/checkout@v5
260260

261261
- name: Check schema versions
262262
run: |

0 commit comments

Comments
 (0)