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

Commit b869633

Browse files
chore(deps): update actions/checkout action to v6
1 parent a4477bb commit b869633

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2424
- name: Remove existing nightly tag
2525
run: |
@@ -51,7 +51,7 @@ jobs:
5151
}
5252
steps:
5353
- name: Checkout
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555

5656
- name: Get version info
5757
id: version

0 commit comments

Comments
 (0)