Skip to content

Commit 5679008

Browse files
authored
Merge pull request #6 from Vizonex/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 6804f5d + e28d5f2 commit 5679008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
continue-on-error: ${{ matrix.experimental }}
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
with:
4848
submodules: true
4949
- name: Setup Python ${{ matrix.pyver }}

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- name: Set up Python
2727
uses: actions/setup-python@v5
2828
with:

0 commit comments

Comments
 (0)