1
0
Fork 0
mirror of https://github.com/mitchellh/zig-overlay.git synced 2025-05-08 18:46:02 +03:00

Compare commits

...

4 commits

Author SHA1 Message Date
Mitchell Hashimoto
1152ce7591
Merge pull request #66 from mitchellh/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.1.7 to 4.2.2
2025-03-11 08:22:35 -06:00
dependabot[bot]
ea16103c6e
Bump actions/checkout from 4.1.7 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2.
- [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/v4.1.7...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-11 14:10:08 +00:00
Mitchell Hashimoto
121be1b1be
Merge pull request #70 from mitchellh/dependabot/github_actions/cachix/install-nix-action-v31
Bump cachix/install-nix-action from V27 to 31
2025-03-11 08:09:16 -06:00
dependabot[bot]
ca607c562b
Bump cachix/install-nix-action from V27 to 31
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 31. This release includes the previously tagged commit.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/V27...v31)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-11 05:59:38 +00:00
2 changed files with 4 additions and 4 deletions

View file

@ -4,8 +4,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: cachix/install-nix-action@V27
- uses: actions/checkout@v4.2.2
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix flake check

View file

@ -7,8 +7,8 @@ jobs:
update-sources:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: cachix/install-nix-action@V27
- uses: actions/checkout@v4.2.2
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: ./update