Skip to content

Commit a8fa0a5

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11f51ac commit a8fa0a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/[email protected].1
28+
- uses: actions/[email protected].2
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Format
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/[email protected].1
24+
- uses: actions/[email protected].2
2525
with:
2626
fetch-depth: 0
2727
- uses: actions/setup-python@v5
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: [ubuntu-latest]
4747

4848
steps:
49-
- uses: actions/[email protected].1
49+
- uses: actions/[email protected].2
5050
with:
5151
fetch-depth: 0
5252

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout 🛎️
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].2
1515
with:
1616
persist-credentials: false
1717

0 commit comments

Comments
 (0)