Skip to content

Commit ed3d420

Browse files
authored
chore(deps): update actions/checkout action to v6 (#637)
1 parent 9848673 commit ed3d420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Run google-cloud-php tests
1111
if: github.event.pull_request.user.login == 'release-please[bot]'
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- name: Clone googleapis/google-cloud-php
1515
uses: actions/checkout@master
1616
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
composerflags: "--prefer-lowest"
2727
name: "PHP ${{ matrix.php }} Unit Test ${{ matrix.extensions }}${{ matrix.composerflags }}"
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: Setup PHP
3131
uses: shivammathur/setup-php@v2
3232
with:

0 commit comments

Comments
 (0)