Skip to content

Commit 03b1cd6

Browse files
authored
Merge pull request #30 CI: Bump actions/checkout from 5 to 6
CI: Bump actions/checkout from 5 to 6
2 parents 0d220b7 + ffff1a6 commit 03b1cd6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/black-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
ref: ${{ github.head_ref }}
1717

.github/workflows/python_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Set up Python
1414
uses: actions/setup-python@v6
1515
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repo
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Set up Python ${{ matrix.python-version }}
2828
uses: actions/setup-python@v6
@@ -43,7 +43,7 @@ jobs:
4343
if: always()
4444

4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
- name: Set up Python
4848
uses: actions/setup-python@v6
4949
with:

0 commit comments

Comments
 (0)