From 873fe26b76f4aa72355af20abc5bcd3fcc775f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 07:16:15 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/export-labels.yml | 2 +- .github/workflows/sync-labels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/export-labels.yml b/.github/workflows/export-labels.yml index da644c0..b97a9d8 100644 --- a/.github/workflows/export-labels.yml +++ b/.github/workflows/export-labels.yml @@ -25,7 +25,7 @@ jobs: needs: - export_labels steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: main - uses: actions/download-artifact@v3 diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 7699439..4ff3cb8 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 2 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: EndBug/label-sync@v2 with: token: ${{ secrets.GITHUB_TOKEN }}