Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 4f5dd1c

Browse files
committed
Fix forgotten checkout action version
1 parent b098052 commit 4f5dd1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v6
1414
- name: Test Action
1515
run: |
1616
npm install

0 commit comments

Comments
 (0)