Skip to content

Commit cfd353e

Browse files
dependabot[bot]Xenira
authored andcommitted
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 896cb94 commit cfd353e

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
php_version: "8.2"
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0
3030
- name: Check typos
@@ -105,7 +105,7 @@ jobs:
105105
CARGO_TERM_COLOR: always
106106
steps:
107107
- name: Checkout code
108-
uses: actions/checkout@v4
108+
uses: actions/checkout@v5
109109
- name: Setup PHP
110110
uses: shivammathur/setup-php@v2
111111
with:
@@ -173,14 +173,14 @@ jobs:
173173
runs-on: ubuntu-latest
174174
steps:
175175
- name: Checkout code
176-
uses: actions/checkout@v4
176+
uses: actions/checkout@v5
177177
- name: Build
178178
uses: ./.github/actions/zts
179179
test-embed:
180180
name: Test with embed
181181
runs-on: ubuntu-latest
182182
steps:
183183
- name: Checkout code
184-
uses: actions/checkout@v4
184+
uses: actions/checkout@v5
185185
- name: Test
186186
uses: ./.github/actions/embed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
php_version: "8.4"
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
- name: Setup PHP

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: write
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2
2828
with:

.github/workflows/docsrs_bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
- name: Check docsrs_bindings.rs

.github/workflows/macro_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- name: Setup Rust

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
php_version: '8.2'
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
- name: Setup PHP
@@ -67,7 +67,7 @@ jobs:
6767
cancel-in-progress: false
6868
steps:
6969
- name: Checkout repository
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
fetch-depth: 0
7373
- name: Install Rust toolchain

0 commit comments

Comments
 (0)