From 47eb77c6fd63861b2f3952f3dc0ded074516c72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 08:19:36 +0200 Subject: [PATCH] Bump actions/checkout from 3.4.0 to 3.5.0 (#202) --- .github/workflows/build.yml | 2 +- .github/workflows/sonar.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64ceb1f..1ffcc2f 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.4.0 + - uses: actions/checkout@v3.5.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.6.0 diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index db50b98..e7be169 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.4.0 + - uses: actions/checkout@v3.5.0 with: repository: ${{ github.event.workflow_run.head_repository.full_name }} ref: ${{ github.event.workflow_run.head_branch }}