Skip to content

Commit 9b89255

Browse files
Bump actions/checkout from 4.1.1 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 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.1...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 12497d8 commit 9b89255

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Clone repo
12-
uses: actions/[email protected].1
12+
uses: actions/[email protected].6
1313
- name: Add label
1414
uses: actions/[email protected]
1515
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Clone repo
15-
uses: actions/[email protected].1
15+
uses: actions/[email protected].6
1616
- name: Set up python
1717
uses: actions/[email protected]
1818
with:

.github/workflows/style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Clone repo
17-
uses: actions/[email protected].2
17+
uses: actions/[email protected].6
1818
- name: Set up python
1919
uses: actions/[email protected]
2020
with:

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ['3.9', '3.10', '3.11', '3.12']
2121
steps:
2222
- name: Clone repo
23-
uses: actions/[email protected].1
23+
uses: actions/[email protected].6
2424
- name: Set up python
2525
uses: actions/[email protected]
2626
with:

0 commit comments

Comments
 (0)