Skip to content

Commit

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

Bump actions/checkout from 3.5.3 to 3.6.0
  • Loading branch information
ss-o authored Aug 25, 2023
2 parents f03b5ad + 70e2972 commit 1fca9ac
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: ♻️ Prepare
run: |
command mkdir -p gh-pages/code gh-pages/zsh
Expand Down

0 comments on commit 1fca9ac

Please sign in to comment.