Skip to content

Commit 1474e4a

Browse files
build(deps): bump actions/checkout from 4.2.2 to 4.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08eba0b) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d2617d3 commit 1474e4a

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)