Skip to content

Commit d9620ce

Browse files
Update github actions to v6
1 parent 9eb1ed0 commit d9620ce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sync-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ 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()
17-
uses: crazy-max/ghaction-github-labeler@v5
17+
uses: crazy-max/ghaction-github-labeler@v6
1818
with:
1919
yaml-file: .github/labels.yml
2020
skip-delete: false

.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)