From e6b32837503e1be2d5320727396cf8321524a874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:19:05 +0000 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 3.5.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...c85c95e3d7251135ab7dc9ce3241c5835cc595a9) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/content-artifacts.yml | 4 ++-- .github/workflows/labels.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/content-artifacts.yml b/.github/workflows/content-artifacts.yml index f184add7..1c48c582 100644 --- a/.github/workflows/content-artifacts.yml +++ b/.github/workflows/content-artifacts.yml @@ -26,14 +26,14 @@ jobs: runs-on: ubuntu-20.04 steps: # use this if checkout needs to be authenticated - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 if: github.repository == env.HOME_REPO && github.ref == 'refs/heads/main' with: path: git-content submodules: recursive token: ${{ secrets.COMMIT_TOKEN }} # use this if checkout is anonymous - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 if: github.repository != env.HOME_REPO || github.ref != 'refs/heads/main' with: path: git-content diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 7e701eeb..349de949 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -12,7 +12,7 @@ jobs: name: DefaultLabelsActions runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - uses: lannonbr/issue-label-manager-action@e8dbcd8198e86a1e98d5372e55db976fed9ba6f7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}