Skip to content

Commit 0d33f27

Browse files
authored
chore(deps): update actions/checkout action to v5 (#6674)
1 parent 4c02ecf commit 0d33f27

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/auto-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
runs-on: ubuntu-24.04
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: '0'
2929
- name: Bump version and push tag

.github/workflows/codegen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
service: ${{fromJson(needs.batch.outputs.services).one}}
4242
steps:
4343
- run: echo generating ${{ matrix.service }}
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
with:
4646
fetch-depth: 1
4747
path: google-api-php-client-services
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
with:
5050
repository: googleapis/discovery-artifact-manager
5151
fetch-depth: 1
@@ -84,11 +84,11 @@ jobs:
8484
service: ${{fromJson(needs.batch.outputs.services).two}}
8585
steps:
8686
- run: echo generating ${{ matrix.service }}
87-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@v5
8888
with:
8989
fetch-depth: 1
9090
path: google-api-php-client-services
91-
- uses: actions/checkout@v4
91+
- uses: actions/checkout@v5
9292
with:
9393
repository: googleapis/discovery-artifact-manager
9494
fetch-depth: 1

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
php: "8.1"
1818
name: PHP ${{matrix.php }} Unit Test
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-24.04
3535
name: Generator Unit Tests
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- name: Set up Python
3939
uses: actions/setup-python@v6
4040
with:
@@ -53,7 +53,7 @@ jobs:
5353
php: [ "8.1" ]
5454
name: Casing Conflict Test
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757
- name: Setup PHP
5858
uses: shivammathur/setup-php@v2
5959
with:

0 commit comments

Comments
 (0)