summary refs log tree commit diff
path: root/.github/workflows/manual-nixos.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-11 11:53:12 +0000
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-09-11 13:55:35 +0200
commit9a70b1e242053ba9e3480ed7dc795917a7b1f631 (patch)
treeb21e21bf473ff8cea99fb825979b310d4050d940 /.github/workflows/manual-nixos.yml
parent2499594f8574f6d31089c79cd589daea034c851b (diff)
downloadnixpkgs-9a70b1e242053ba9e3480ed7dc795917a7b1f631.tar
nixpkgs-9a70b1e242053ba9e3480ed7dc795917a7b1f631.tar.gz
nixpkgs-9a70b1e242053ba9e3480ed7dc795917a7b1f631.tar.bz2
nixpkgs-9a70b1e242053ba9e3480ed7dc795917a7b1f631.tar.lz
nixpkgs-9a70b1e242053ba9e3480ed7dc795917a7b1f631.tar.xz
nixpkgs-9a70b1e242053ba9e3480ed7dc795917a7b1f631.tar.zst
nixpkgs-9a70b1e242053ba9e3480ed7dc795917a7b1f631.zip
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] <support@github.com>
Diffstat (limited to '.github/workflows/manual-nixos.yml')
-rw-r--r--.github/workflows/manual-nixos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/manual-nixos.yml b/.github/workflows/manual-nixos.yml
index 9cb5cb85c87..6be47caf278 100644
--- a/.github/workflows/manual-nixos.yml
+++ b/.github/workflows/manual-nixos.yml
@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     if: github.repository_owner == 'NixOS'
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           # pull_request_target checks out the base branch by default
           ref: refs/pull/${{ github.event.pull_request.number }}/merge