From 97f15de4421e3376a38a4d50f2bfa19a29e51e08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:51:31 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.4 (#615) 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 d51f058..ae1b22a 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.3 + uses: actions/checkout@v4.1.4 - name: Initialize CodeQL diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d21689b..78d756e 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.3 + uses: actions/checkout@v4.1.4 with: ref: ${{ github.event.pull_request.head.sha }} - if: ${{ github.actor != 'dependabot[bot]' }} - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - uses: pnpm/action-setup@v3.0.0 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 9c5d7e9..2958c56 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Run Labeler