Skip to content

Commit 81ea858

Browse files
chore(deps): update actions/checkout action to v5 (#1058)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent beb838e commit 81ea858

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- id: build-paper-qa-pymupdf
1414
uses: hynek/build-and-inspect-python-package@v2
1515
with:

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
python-version: [3.11, 3.13] # Our min and max supported Python versions
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0 # For setuptools-scm, replace with fetch-tags after https://github.com/actions/checkout/issues/1471
2020
- uses: actions/setup-python@v5
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
python-version: [3.11] # Our min supported Python version
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- uses: astral-sh/setup-uv@v6
3434
with:
3535
enable-cache: true
@@ -72,7 +72,7 @@ jobs:
7272
matrix:
7373
python-version: [3.11, 3.13] # Our min and max supported Python versions
7474
steps:
75-
- uses: actions/checkout@v4
75+
- uses: actions/checkout@v5
7676
- uses: astral-sh/setup-uv@v6
7777
with:
7878
enable-cache: true

0 commit comments

Comments
 (0)