From af261ef63cc0e4193b26f85ebfda844b2dfd320f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 22:50:03 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.6 (#625) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/code-ql.yml | 2 +- .github/workflows/continuous-integration.yml | 4 ++-- .github/workflows/labels.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-ql.yml b/.github/workflows/code-ql.yml index bb15e8a..1ba3b46 100644 --- a/.github/workflows/code-ql.yml +++ b/.github/workflows/code-ql.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Initialize CodeQL diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 33ef88c..4f946c3 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -19,12 +19,12 @@ jobs: steps: - if: ${{ github.actor == 'dependabot[bot]' }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: ref: ${{ github.event.pull_request.head.sha }} - if: ${{ github.actor != 'dependabot[bot]' }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - uses: pnpm/action-setup@v4.0.0 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index e321128..beca7ac 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Run Labeler