Skip to content

Commit c58c801

Browse files
Bump actions/checkout from 4.1.5 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.5...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afe7e5e commit c58c801

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pythonpackage.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout sources
12-
uses: actions/[email protected].5
12+
uses: actions/[email protected].6
1313
- name: Set up Python
1414
uses: actions/[email protected]
1515
with:
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout sources
25-
uses: actions/[email protected].5
25+
uses: actions/[email protected].6
2626
- name: Set up Python
2727
uses: actions/[email protected]
2828
with:
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-20.04
5050
steps:
5151
- name: Checkout sources
52-
uses: actions/[email protected].5
52+
uses: actions/[email protected].6
5353
- name: Set up Python 3.6
5454
uses: actions/[email protected]
5555
with:
@@ -71,7 +71,7 @@ jobs:
7171
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
7272
steps:
7373
- name: Checkout sources
74-
uses: actions/[email protected].5
74+
uses: actions/[email protected].6
7575
- name: Set up Python ${{ matrix.python-version }}
7676
uses: actions/[email protected]
7777
with:

.github/workflows/pythonpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].5
11+
- uses: actions/[email protected].6
1212
- name: Set up Python
1313
uses: actions/[email protected]
1414
with:

0 commit comments

Comments
 (0)