Skip to content

Commit 0e3082f

Browse files
chore(deps): update actions/checkout action to v6
1 parent b196123 commit 0e3082f

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: |
@@ -57,7 +57,7 @@ jobs:
5757
}
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161

6262
- name: Get version info
6363
id: version

0 commit comments

Comments
 (0)