Skip to content

Commit c9167b8

Browse files
build(deps): bump actions/checkout from 4 to 5 (#195)
1 parent 516b447 commit c9167b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
python-version: ['3.9']
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
@@ -39,7 +39,7 @@ jobs:
3939
- '3.10'
4040
fail-fast: false
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343
- uses: actions/setup-python@v5
4444
with:
4545
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)