From 482d2d53b0f6d85f34a88e897bb821a73e396985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:41:24 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.6 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/comment-rebase.yml | 2 +- .github/workflows/test-sh.yml | 4 ++-- .github/workflows/zsh-n.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/comment-rebase.yml b/.github/workflows/comment-rebase.yml index 491ee2f..e3dda0b 100644 --- a/.github/workflows/comment-rebase.yml +++ b/.github/workflows/comment-rebase.yml @@ -19,7 +19,7 @@ jobs: steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo diff --git a/.github/workflows/test-sh.yml b/.github/workflows/test-sh.yml index 9fefca7..9b16748 100644 --- a/.github/workflows/test-sh.yml +++ b/.github/workflows/test-sh.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: ☑️ ShellCheck uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 with: @@ -28,7 +28,7 @@ jobs: needs: [shellcheck] steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: ⚙️ Prepare run: | sudo apt-get update diff --git a/.github/workflows/zsh-n.yml b/.github/workflows/zsh-n.yml index ffca0f2..34296a5 100644 --- a/.github/workflows/zsh-n.yml +++ b/.github/workflows/zsh-n.yml @@ -22,7 +22,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: "⚡ Set matrix output" id: set-matrix run: | @@ -37,7 +37,7 @@ jobs: matrix: ${{ fromJSON(needs.zsh-matrix.outputs.matrix) }} steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: "⚡ Install dependencies" run: sudo apt update && sudo apt-get install -yq zsh - name: "⚡ zsh -n: ${{ matrix.file }}"