Skip to content

Commit a2714d9

Browse files
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) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [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] <support@github.com>
1 parent 70cc0c1 commit a2714d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: checkout
9-
uses: actions/checkout@v5
9+
uses: actions/checkout@v6
1010
- name: install nix
1111
uses: cachix/install-nix-action@v31
1212
- uses: cachix/cachix-action@v16
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: install nix
2424
uses: cachix/install-nix-action@v31
2525
- uses: cachix/cachix-action@v16

.github/workflows/update-flake-lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
- name: Install Nix
1515
uses: cachix/install-nix-action@v31
1616
with:

0 commit comments

Comments
 (0)