Skip to content

Commit d578794

Browse files
Bump actions/checkout from 4.2.0 to 4.2.1 (#73)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93bc7c0 commit d578794

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/[email protected].0
16+
- uses: actions/[email protected].1
1717
- name: Set up Python
1818
uses: actions/[email protected]
1919
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/[email protected].0
17+
- uses: actions/[email protected].1
1818
- name: Set up Python 3.8
1919
uses: actions/[email protected]
2020
with:

0 commit comments

Comments
 (0)