Skip to content

Commit 6d6d979

Browse files
Update actions/checkout action to v6
1 parent 9eb1ed0 commit 6d6d979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Run Labeler
1616
if: success()
1717
uses: crazy-max/ghaction-github-labeler@v5

.github/workflows/test-self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: self-hosted
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: test
1616
run: echo "Test"
1717
- name: test

0 commit comments

Comments
 (0)