Skip to content

Commit 3b96bae

Browse files
Chore(deps): Bump actions/checkout from 4 to 5 (#938)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec22d7e commit 3b96bae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository == 'pytest-dev/pytest-html'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717
persist-credentials: false

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Build Docs
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Set up Python
2323
uses: actions/setup-python@v5
@@ -37,7 +37,7 @@ jobs:
3737
name: Build Package
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
with:
4242
fetch-depth: 0
4343
persist-credentials: false
@@ -54,7 +54,7 @@ jobs:
5454
name: Run javascript unit tests
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858
- name: Use Node.js
5959
uses: actions/setup-node@v4
6060
with:
@@ -107,7 +107,7 @@ jobs:
107107
- name: Set newline behavior
108108
run: git config --global core.autocrlf false
109109

110-
- uses: actions/checkout@v4
110+
- uses: actions/checkout@v5
111111

112112
- name: Use Node.js
113113
uses: actions/setup-node@v4
@@ -174,7 +174,7 @@ jobs:
174174
- name: Set newline behavior
175175
run: git config --global core.autocrlf false
176176

177-
- uses: actions/checkout@v4
177+
- uses: actions/checkout@v5
178178

179179
- name: Start chrome
180180
run: ./start
@@ -242,7 +242,7 @@ jobs:
242242
- name: Set newline behavior
243243
run: git config --global core.autocrlf false
244244

245-
- uses: actions/checkout@v4
245+
- uses: actions/checkout@v5
246246

247247
- name: Start chrome
248248
run: ./start

0 commit comments

Comments
 (0)