Skip to content

Commit 9b910cf

Browse files
Bump actions/checkout from 4.1.0 to 4.1.1 (#239)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26bc92b commit 9b910cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/actions.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: 📥 Checkout the repository
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222

2323
- name: 🛠 Set up Python 3
2424
uses: actions/[email protected]
@@ -44,7 +44,7 @@ jobs:
4444
python-version: [3.8, 3.9, "3.10", "3.11"]
4545
steps:
4646
- name: 📥 Checkout the repository
47-
uses: actions/[email protected].0
47+
uses: actions/[email protected].1
4848
with:
4949
fetch-depth: 0
5050

@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: 📥 Checkout the repository
71-
uses: actions/[email protected].0
71+
uses: actions/[email protected].1
7272
with:
7373
fetch-depth: 0
7474

.github/workflows/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: 📥 Checkout the repository
14-
uses: actions/[email protected].0
14+
uses: actions/[email protected].1
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121
steps:
2222
- name: 📥 Checkout the repository
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424

2525
- name: 🛠 Set up Python
2626
uses: actions/[email protected]

0 commit comments

Comments
 (0)