Skip to content

Commit e4d8064

Browse files
Bump actions/checkout from 4.2.0 to 4.2.1 (#588)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.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 7099c1e commit e4d8064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout the repository
18-
uses: actions/[email protected].0
18+
uses: actions/[email protected].1
1919

2020
- name: Set up Python
2121
uses: actions/setup-python@v5
@@ -33,7 +33,7 @@ jobs:
3333
needs: lint
3434
steps:
3535
- name: Checkout the repository
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737

3838
- name: Set up Python
3939
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)