Skip to content

Commit 5f6b2ee

Browse files
build(deps): bump actions/checkout from 5 to 6 (#209)
1 parent cc11da8 commit 5f6b2ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.13']
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
@@ -41,7 +41,7 @@ jobs:
4141
- '3.13'
4242
fail-fast: false
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
- uses: actions/setup-python@v6
4646
with:
4747
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)