Skip to content

Commit

Permalink
Merge pull request #25 from kubesphere-sigs/dependabot-github_actions…
Browse files Browse the repository at this point in the history
…-actions-checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
ks-ci-bot authored Oct 24, 2023
2 parents b051a95 + 5c2f304 commit 8fe85b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Update readme
uses: linuxsuren/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Init Env
run: |
curl -L https://github.com/LinuxSuRen/http-downloader/releases/download/v0.0.67/hd-linux-amd64.tar.gz | tar xzv hd
Expand Down

0 comments on commit 8fe85b1

Please sign in to comment.