Skip to content

Commit 8b16ea3

Browse files
committed
updating checkout version
1 parent 7a23b12 commit 8b16ea3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-flake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Nix flake
22
on:
33
pull_request:
44
paths:
5-
- '**.nix'
5+
- "**.nix"
66
- flake.lock
77
push:
88
branches:
@@ -11,7 +11,7 @@ jobs:
1111
check-flake:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- uses: DeterminateSystems/nix-installer-action@main
1616
- uses: DeterminateSystems/magic-nix-cache-action@main
1717
- name: Check Nix flake inputs

.github/workflows/update-flake-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name: Update flake dependencies
33
on:
44
schedule:
5-
- cron: '0 16 * * 5'
5+
- cron: "0 16 * * 5"
66
workflow_dispatch: # for allowing manual triggers of the workflow
77
jobs:
88
update-dependencies:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- uses: DeterminateSystems/nix-installer-action@main
1313
- uses: DeterminateSystems/magic-nix-cache-action@main
1414
- name: Update flake.lock and create signed commit with flake.lock changes

0 commit comments

Comments
 (0)