Skip to content

Commit 387c265

Browse files
authored
Merge pull request #26 from z-shell/dependabot/github_actions/actions/checkout-4.3.0
build(deps): bump actions/checkout from 4.2.2 to 4.3.0
2 parents d2617d3 + 1474e4a commit 387c265

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/comment-rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
steps:
2121
- name: ⤵️ Check out code from GitHub
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
22+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

.github/workflows/test-sh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
2020
- name: ☑️ ShellCheck
2121
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38
2222
with:
@@ -28,7 +28,7 @@ jobs:
2828
needs: [shellcheck]
2929
steps:
3030
- name: ⤵️ Check out code from GitHub
31-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
31+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
3232
- name: ⚙️ Prepare
3333
run: |
3434
sudo apt-get update

.github/workflows/zsh-n.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix: ${{ steps.set-matrix.outputs.matrix }}
2323
steps:
2424
- name: ⤵️ Check out code from GitHub
25-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
2626
- name: "⚡ Set matrix output"
2727
id: set-matrix
2828
run: |
@@ -37,7 +37,7 @@ jobs:
3737
matrix: ${{ fromJSON(needs.zsh-matrix.outputs.matrix) }}
3838
steps:
3939
- name: ⤵️ Check out code from GitHub
40-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
40+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
4141
- name: "⚡ Install dependencies"
4242
run: sudo apt update && sudo apt-get install -yq zsh
4343
- name: "⚡ zsh -n: ${{ matrix.file }}"

0 commit comments

Comments
 (0)