From d9507651f195bedd0c9919133b4af8caec277dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:38:22 +0000 Subject: [PATCH] build(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/mirror-labels.yml | 2 +- .github/workflows/nix-update.yml | 2 +- .github/workflows/project.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mirror-labels.yml b/.github/workflows/mirror-labels.yml index 9da7216..75e41ba 100644 --- a/.github/workflows/mirror-labels.yml +++ b/.github/workflows/mirror-labels.yml @@ -12,5 +12,5 @@ jobs: BOT_TOKEN: ${{ secrets.BOT_TOKEN }} name: mirror-labels steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions-automation/manage-your-labels@main diff --git a/.github/workflows/nix-update.yml b/.github/workflows/nix-update.yml index 6a20657..1227c01 100644 --- a/.github/workflows/nix-update.yml +++ b/.github/workflows/nix-update.yml @@ -6,7 +6,7 @@ jobs: nix-update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: nixbuild/nix-quick-install-action@v25 with: diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index f771a1d..c04f650 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: 'main' - uses: tibdex/github-app-token@v1