From d242bcf5a30e2f4c9851b9eab43b8bccc9e9fc54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:53:25 +0200 Subject: [PATCH] chore(deps): update dependency actions/checkout to v4.1.7 (#80) * chore(deps): update dependency actions/checkout to v4.1.7 * chore: self mutation Signed-off-by: github-actions --------- Signed-off-by: github-actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 2 +- version.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f66b75c..dacfa51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: CI: "true" steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -64,7 +64,7 @@ jobs: if: always() && needs.build.outputs.self_mutation_happened && !(github.event.pull_request.head.repo.full_name != github.repository) steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: token: ${{ secrets.PROJEN_GITHUB_TOKEN }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 861df49..9065199 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: CI: "true" steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 token: ${{ secrets.PROJEN_GITHUB_TOKEN }} diff --git a/version.json b/version.json index 66f49b2..4b924b8 100644 --- a/version.json +++ b/version.json @@ -1,8 +1,8 @@ { "actions/checkout": { - "currentDigest": "a5ac7e51b41094c92402da3b24376905380afc29", - "currentValue": "v4.1.6", - "currentVersion": "v4.1.6", + "currentDigest": "692973e3d937129bcbf40652eb9f2f61becf3332", + "currentValue": "v4.1.7", + "currentVersion": "v4.1.7", "datasource": "github-tags", "depType": "action", "manager": "github-actions"