From 1349b4da25759bf11281bab94388d1a688c6d623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 00:32:44 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.3 to 3.6.0 (#364) --- .github/workflows/build.yml | 2 +- .github/workflows/dependabot-automerge.yml | 2 +- .github/workflows/sonar.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbe6389..4e17f93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: name: nodejs ${{ matrix.node-version }} (${{ matrix.lint && 'lint → ' || '' }}${{ matrix.tests && 'test → ' || '' }}build) steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.8.1 diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 3a9d444..90941d7 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -16,7 +16,7 @@ jobs: && startsWith(github.event.workflow_run.head_branch, 'dependabot/') steps: - name: Checkout source - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: ref: ${{ github.event.workflow_run.head_commit.id }} diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index e0b31e2..aad11f2 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -12,7 +12,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: repository: ${{ github.event.workflow_run.head_repository.full_name }} ref: ${{ github.event.workflow_run.head_branch }}