Skip to content

Commit

Permalink
Merge pull request #115 from z-shell/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.0

build(deps): bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
ss-o authored Sep 26, 2023
2 parents e913203 + a88f3ed commit 0be0076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cancel-in-progress: true
environment: code
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: ♻️ Prepare
run: |
command mkdir -p gh-pages/code gh-pages/zsh
Expand Down

0 comments on commit 0be0076

Please sign in to comment.