Skip to content

Commit 0e59d4d

Browse files
authored
Merge pull request #16545 from rancher/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6b481fb + bb2039a commit 0e59d4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/valid-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout Repository
27-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
# We only need to fetch the file on the default branch (where it usually lives)
2929
# to ensure we get the latest configuration file.
3030
with:

0 commit comments

Comments
 (0)