diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-09-19 13:33:56 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2023-09-19 13:33:56 +0200 |
commit | c451b48993daa6dd3992805eaf6119c1ffd1d0c3 (patch) | |
tree | 7ae3919a52b5f008c9ee00a5f7464049177df9d2 /.github/workflows/hydra_status.yml | |
parent | 539cc5e5f00c0d524dec6e73b08ab8cb0f5a9630 (diff) | |
parent | 2a52ec4e928c254338a612a6b40355512298ef38 (diff) |
Merge remote-tracking branch 'origin/master' into p/flake-update
Diffstat (limited to '.github/workflows/hydra_status.yml')
-rw-r--r-- | .github/workflows/hydra_status.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hydra_status.yml b/.github/workflows/hydra_status.yml index 38a9c0877..2a7574747 100644 --- a/.github/workflows/hydra_status.yml +++ b/.github/workflows/hydra_status.yml @@ -13,7 +13,7 @@ jobs: if: github.repository_owner == 'NixOS' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - run: bash scripts/check-hydra-status.sh |