From 7d66ec9910a385c2b2d5223daf133a82ba240f0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 21:26:10 +0000 Subject: [PATCH] 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/nix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 881a4c8..014f527 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -22,11 +22,11 @@ jobs: steps: # https://github.com/dependabot/dependabot-core/issues/3253#issuecomment-799466911 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: ${{ github.event_name == 'pull_request_target' }} with: ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: ${{ github.event_name != 'pull_request_target' }} - name: Free disk space (Ubuntu only)