Skip to content

Commit 33cd0e1

Browse files
chore(deps): bump actions/checkout in the github-actions group (#483)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a15fa64 commit 33cd0e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
tox: mypy
3535
steps:
3636
- name: Checkout 🛎️
37-
uses: actions/[email protected].6
37+
uses: actions/[email protected].7
3838
with:
3939
fetch-depth: 0
4040

.github/workflows/deploy.yaml

+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 🛎️
14-
uses: actions/[email protected].6
14+
uses: actions/[email protected].7
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)