Skip to content

Commit a0e8d05

Browse files
authored
Merge pull request #2259 from kubernetes-sigs/dependabot/github_actions/master/actions/checkout-5
build(deps): bump actions/checkout from 1 to 5
2 parents ba9a522 + cdbf8f8 commit a0e8d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.5.2
2828
2929
- name: Check out repo
30-
uses: actions/checkout@v1
30+
uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version: 3.12.3
2424

2525
- name: Check out repo
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929

0 commit comments

Comments
 (0)