Skip to content

Commit c2f22a0

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Project
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v6
2323
- name: Setup Docker Buildx
2424
uses: docker/setup-buildx-action@v1.7.0
2525
- name: Login to GitHub Container Registry

.github/workflows/labelsync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository_owner == 'wolfstar-project'
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
sparse-checkout: .github/labels.yml
1818
sparse-checkout-cone-mode: false

0 commit comments

Comments
 (0)