aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/nix.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-15 10:37:35 +0100
committerGitHub <noreply@github.com>2024-07-15 10:37:35 +0100
commit3851c05aa9e123445a7c46002d222dadbe046dbe (patch)
treef4e0f09172796e021eec8976dced5a1d8fbeed33 /.github/workflows/nix.yml
parentchore(deps): bump actions/cache from 3 to 4 (#2269) (diff)
downloadatuin-3851c05aa9e123445a7c46002d222dadbe046dbe.zip
chore(deps): bump actions/checkout from 3 to 4 (#2270)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/nix.yml')
-rw-r--r--.github/workflows/nix.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml
index 2752827d..d3e3bed4 100644
--- a/.github/workflows/nix.yml
+++ b/.github/workflows/nix.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v20
- name: Run nix flake check
@@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v20
- name: Run nix build