Skip to content

Commit 523410f

Browse files
chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e59789 commit 523410f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test-per-system.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
simple-build:
2525
runs-on: ${{ inputs.runs-on }}
2626
steps:
27-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2828
- name: Install Nix
2929
uses: ./
3030
with:
@@ -40,7 +40,7 @@ jobs:
4040
custom-nix-path:
4141
runs-on: ${{ inputs.runs-on }}
4242
steps:
43-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4444
- name: Install Nix
4545
uses: ./
4646
with:
@@ -51,7 +51,7 @@ jobs:
5151
extra-nix-config:
5252
runs-on: ${{ inputs.runs-on }}
5353
steps:
54-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
54+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5555
- name: Install Nix
5656
uses: ./
5757
with:
@@ -64,15 +64,15 @@ jobs:
6464
flakes:
6565
runs-on: ${{ inputs.runs-on }}
6666
steps:
67-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
67+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6868
- name: Install Nix
6969
uses: ./
7070
- run: nix flake show github:NixOS/nixpkgs
7171

7272
latest-installer:
7373
runs-on: ${{ inputs.runs-on }}
7474
steps:
75-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
75+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7676
- name: Run NAR server
7777
run: |
7878
curl --location https://github.com/cachix/nar-toolbox/releases/download/v0.1.0/nar-toolbox-${{ inputs.system }} -O
@@ -89,7 +89,7 @@ jobs:
8989
oldest-supported-installer:
9090
runs-on: ${{ inputs.runs-on }}
9191
steps:
92-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
92+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
9393
- name: Install Nix
9494
uses: ./
9595
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
act-support:
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5858
- run: curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
5959
- run: docker pull ghcr.io/catthehacker/ubuntu:js-24.04
6060
- run: |

.github/workflows/update-nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
update-nix-releases:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Update nix releases
1313
env:
1414
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)