Skip to content

Commit 8b5c940

Browse files
committed
Update GitHub Actions to use actions/checkout@v6 in multiple workflows
1 parent 2421c2b commit 8b5c940

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/action_update-dockerhub-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Push README to Docker Hub
1515
steps:
1616
- name: git checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
ref: main
2020

.github/workflows/scheduled-task_update-sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-24.04
99
steps:
1010
- name: Checkout 🛎️
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212

1313
- name: Generate Sponsors 💖
1414
uses: JamesIves/github-sponsors-readme-action@v1

.github/workflows/service_docker-build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
php-version-map-json: ${{ steps.get-php-versions.outputs.php-version-map-json }}
4040
steps:
4141
- name: Check out code
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
ref: ${{ inputs.ref }}
4545

@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Check out code.
83-
uses: actions/checkout@v5
83+
uses: actions/checkout@v6
8484
with:
8585
ref: ${{ inputs.ref }}
8686

0 commit comments

Comments
 (0)