From eadf5ddc50608f188fe83e1109db4d08d52ecb7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 18:05:00 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- .github/workflows/issue-label-manager.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1debf9c..39fdea5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: steps: - name: check out the codebase - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: set up python in minimum required version uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5 diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2f4f5fe..25add0d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -30,7 +30,7 @@ jobs: pages: write steps: - name: check out the codebase - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: # https://github.com/stefanzweifel/git-auto-commit-action#checkout-the-correct-branch ref: ${{ github.head_ref }} diff --git a/.github/workflows/issue-label-manager.yml b/.github/workflows/issue-label-manager.yml index f87b0b2..485d40a 100644 --- a/.github/workflows/issue-label-manager.yml +++ b/.github/workflows/issue-label-manager.yml @@ -20,7 +20,7 @@ jobs: name: Invoke issue-label-manager action runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # v5 if: success() with: