Skip to content

Commit c8bab7b

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1 (#206)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04041ae commit c8bab7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
- name: Set up Python
1717
uses: actions/[email protected]
1818
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/[email protected].0
18+
- uses: actions/[email protected].1
1919
- name: Set up Python 3.9
2020
uses: actions/[email protected]
2121
with:

0 commit comments

Comments
 (0)