From fdd756aa9e1dcbe46f4cc4604daec1d303420fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 17:08:55 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Dependabot couldn't find the original pull request head commit, 4bd5d9ecc0de81eee46471130697ce61d8ee94ab. --- .github/workflows/dependabot-changelog-helper.yml | 2 +- .github/workflows/license-check.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-changelog-helper.yml b/.github/workflows/dependabot-changelog-helper.yml index aa1e3db..c00a096 100644 --- a/.github/workflows/dependabot-changelog-helper.yml +++ b/.github/workflows/dependabot-changelog-helper.yml @@ -40,7 +40,7 @@ jobs: # added or changed files to the repository. contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Depending on your needs, you can use a token that will re-trigger workflows # See https://github.com/stefanzweifel/git-auto-commit-action#commits-of-this-action-do-not-trigger-new-workflow-runs diff --git a/.github/workflows/license-check.yaml b/.github/workflows/license-check.yaml index 800a6a0..97fb468 100644 --- a/.github/workflows/license-check.yaml +++ b/.github/workflows/license-check.yaml @@ -37,7 +37,7 @@ jobs: password: ${{ secrets.ARTIFACTORY_ALGOL60_READONLY_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get changed files id: changed-files