Skip to content

Commit 8cc6504

Browse files
authored
Merge pull request #2729 from kubernetes-sigs/dependabot/github_actions/main/all-github-actions-ee1c097272
🌱(deps): Bump actions/checkout from 4.2.2 to 5.0.0 in the all-github-actions group
2 parents 1f6a410 + 15b4f3b commit 8cc6504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-verifer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out repository
13-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414

1515
- name: Validate PR Title
1616
env:

.github/workflows/update-golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
current_version: ${{ steps.check_version.outputs.current_version }}
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v5.0.0
2020
with:
2121
fetch-depth: 0
2222
- name: Get latest golangci-lint version

0 commit comments

Comments
 (0)