Skip to content

Commit 1c0b89f

Browse files
Best manual effort
1 parent fb911ee commit 1c0b89f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
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@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
persist-credentials: false
@@ -25,7 +25,7 @@ jobs:
2525
uses: hynek/build-and-inspect-python-package@v1
2626

2727
- name: Download Package
28-
uses: actions/download-artifact@v3
28+
uses: actions/download-artifact@v4.1.7
2929
with:
3030
name: Packages
3131
path: dist

.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@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Set up Python
2323
uses: actions/setup-python@v4
@@ -37,7 +37,7 @@ jobs:
3737
name: Build Package
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
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@v3
57+
- uses: actions/checkout@v4
5858
- name: Use Node.js
5959
uses: actions/setup-node@v3
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@v3
110+
- uses: actions/checkout@v4
111111

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

177-
- uses: actions/checkout@v3
177+
- uses: actions/checkout@v4
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@v3
245+
- uses: actions/checkout@v4
246246

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

0 commit comments

Comments
 (0)