Skip to content

Commit fe66022

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

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
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Remove existing nightly tag
2727
run: |
@@ -47,7 +47,7 @@ jobs:
4747
}
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151

5252
- name: Get version info
5353
id: version

0 commit comments

Comments
 (0)