Skip to content

Commit daeb9fe

Browse files
Update actions/checkout action to v5 (#74)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1862742 commit daeb9fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: jdx/mise-action@v2
1717
- name: Cache pre-commit environment
1818
uses: actions/cache@v4
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
python-version: ['3.13', '3.12', '3.11', '3.10']
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
- uses: actions/setup-python@v5
4242
with:
4343
python-version: '${{ matrix.python-version }}'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: jdx/mise-action@v2
1616
- uses: actions/cache@v4
1717
with:

0 commit comments

Comments
 (0)