Skip to content

Commit 9cba74e

Browse files
authored
Merge pull request #6 from ElfSundae/dependabot/github_actions/dot-github/workflows/actions/checkout-6
Bump actions/checkout from 5 to 6 in /.github/workflows
2 parents 2779235 + b463efc commit 9cba74e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333

3434
- name: Setup Pages
3535
uses: actions/configure-pages@v5

.github/workflows/publish-docsets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
php-version: "8.4"
2929

3030
- name: Checkout repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: Build Release assets
3434
id: build

.github/workflows/test-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
php-version: ${{ matrix.php }}
3030

3131
- name: Checkout repository
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333

3434
- name: Generate docsets
3535
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
wget --version
5151
5252
- name: Checkout repository
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454

5555
- name: Show help
5656
run: ./generate.sh -h

.github/workflows/update-dash-user-contributions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
php-version: "8.4"
2525

2626
- name: Checkout repository
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Configure bot identity (global)
3030
run: |

0 commit comments

Comments
 (0)