From 3165fc453592386dcad6ca66d398daf792c41e17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 05:05:38 +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 8fe3dc7..d9bbb0e 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: set up python in minimum required version uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4 diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index dfe6aab..f6f6d12 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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 5a345f0..4ea6736 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: crazy-max/ghaction-github-labeler@3de87da19416edc45c90cd89e7a4ea922a3aae5a # v4 if: success() with: