Skip to content

Commit bda409a

Browse files
authored
Merge pull request #25 from fastapi-mvc/bump_gh_actions
Bump gh actions
2 parents 5e0602f + e3aab35 commit bda409a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

template/{% if github_actions %}.github{% endif %}/workflows/{% if nix %}nix.yml{% endif %}.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535

3636
steps:
37-
- uses: cachix/install-nix-action@v20
37+
- uses: cachix/install-nix-action@v22
3838
with:
3939
nix_path: ${{ env.NIX_CHANNEL }}
4040
install_url: ${{ env.NIX_INSTALL_URL }}
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@v3
7171
- name: Install Nix ❄️
72-
uses: cachix/install-nix-action@v20
72+
uses: cachix/install-nix-action@v22
7373
with:
7474
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
7575
nix_path: ${{ env.NIX_CHANNEL }}

template/{% if github_actions %}.github{% endif %}/workflows/{% if nix %}update-flake.yml{% endif %}.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v3
1515
- name: Install Nix
16-
uses: DeterminateSystems/nix-installer-action@v1
16+
uses: DeterminateSystems/nix-installer-action@v4
1717
- name: Update flake.lock
18-
uses: DeterminateSystems/update-flake-lock@v17
18+
uses: DeterminateSystems/update-flake-lock@v19
1919
with:
2020
pr-title: "Update flake.lock"
2121
# https://github.com/DeterminateSystems/update-flake-lock#with-a-personal-authentication-token

0 commit comments

Comments
 (0)