Skip to content

Commit 93bc7c0

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

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/checkout@v4.1.7
16+
- uses: actions/checkout@v4.2.0
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/checkout@v4.1.7
17+
- uses: actions/checkout@v4.2.0
1818
- name: Set up Python 3.8
1919
uses: actions/[email protected]
2020
with:

0 commit comments

Comments
 (0)