Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit 95f6ebc

Browse files
chore(deps): update actions/checkout action to v5
1 parent cd19a9a commit 95f6ebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: DeterminateSystems/nix-installer-action@main
1717
- name: Install omnix
1818
run: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v5
1313
- name: Install Nix
1414
uses: DeterminateSystems/nix-installer-action@main
1515
- name: Update flake.lock

0 commit comments

Comments
 (0)