Skip to content

Commit b41d221

Browse files
Bump cachix/install-nix-action from 30 to 31 (#80)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 30 to 31. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v30...v31) --- updated-dependencies: - dependency-name: cachix/install-nix-action 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> Co-authored-by: Patrick Stevens <3138005+Smaug123@users.noreply.github.com>
1 parent a968e43 commit b41d221

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/dotnet.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
fetch-depth: 0 # so that NerdBank.GitVersioning has access to history
4949
- name: Install Nix
50-
uses: cachix/install-nix-action@v30
50+
uses: cachix/install-nix-action@v31
5151
with:
5252
extra_nix_config: |
5353
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
@@ -68,7 +68,7 @@ jobs:
6868
- name: Checkout
6969
uses: actions/checkout@v4
7070
- name: Install Nix
71-
uses: cachix/install-nix-action@v30
71+
uses: cachix/install-nix-action@v31
7272
with:
7373
extra_nix_config: |
7474
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
@@ -83,7 +83,7 @@ jobs:
8383
- name: Checkout
8484
uses: actions/checkout@v4
8585
- name: Install Nix
86-
uses: cachix/install-nix-action@v30
86+
uses: cachix/install-nix-action@v31
8787
with:
8888
extra_nix_config: |
8989
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
@@ -96,7 +96,7 @@ jobs:
9696
- name: Checkout
9797
uses: actions/checkout@v4
9898
- name: Install Nix
99-
uses: cachix/install-nix-action@v30
99+
uses: cachix/install-nix-action@v31
100100
with:
101101
extra_nix_config: |
102102
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- uses: actions/checkout@master
111111
- name: Install Nix
112-
uses: cachix/install-nix-action@v30
112+
uses: cachix/install-nix-action@v31
113113
with:
114114
extra_nix_config: |
115115
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- uses: actions/checkout@master
124124
- name: Install Nix
125-
uses: cachix/install-nix-action@v30
125+
uses: cachix/install-nix-action@v31
126126
with:
127127
extra_nix_config: |
128128
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
fetch-depth: 0 # so that NerdBank.GitVersioning has access to history
138138
- name: Install Nix
139-
uses: cachix/install-nix-action@v30
139+
uses: cachix/install-nix-action@v31
140140
with:
141141
extra_nix_config: |
142142
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
@@ -232,7 +232,7 @@ jobs:
232232
steps:
233233
- uses: actions/checkout@v4
234234
- name: Install Nix
235-
uses: cachix/install-nix-action@v30
235+
uses: cachix/install-nix-action@v31
236236
with:
237237
extra_nix_config: |
238238
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)