Skip to content

Commit 82b44fe

Browse files
chore(deps): update actions/checkout action to v6
1 parent 64d6de2 commit 82b44fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- [self-hosted, linux, ARM64]
2424
runs-on: ${{ matrix.os }}
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- uses: cachix/install-nix-action@9280e7aca88deada44c930f1e2c78e21c3ae3edd # v31
2828
- uses: cachix/cachix-action@v16
2929
with:

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
ref: main
1919
- name: Free Disk Space (Ubuntu)

0 commit comments

Comments
 (0)