Skip to content

Commit b450949

Browse files
authored
Merge branch 'main' into fix-missing-tls-for-oidc
2 parents c1db69f + 6d9fac2 commit b450949

12 files changed

Lines changed: 316 additions & 230 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: ci
33
on:
44
pull_request:
55
push:
6-
branches:
7-
- main
6+
branches:
7+
- main
88

99
concurrency:
1010
group: ci-${{ github.event.pull_request.number || github.ref }}
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Install nix
22-
uses: cachix/install-nix-action@V27
22+
uses: cachix/install-nix-action@v31
2323
with:
2424
extra_nix_config: access-tokens = github.com=${{ github.token }}
2525

@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: Install nix
46-
uses: cachix/install-nix-action@V27
46+
uses: cachix/install-nix-action@v31
4747
with:
4848
extra_nix_config: access-tokens = github.com=${{ github.token }}
4949

0 commit comments

Comments
 (0)