Skip to content

Commit b21b274

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e446c77 commit b21b274

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: docs
2424
runs-on: ubuntu-22.04
2525
steps:
26-
- uses: actions/checkout@v4.1.7
26+
- uses: actions/checkout@v4.2.0
2727
- uses: actions/setup-python@v5.2.0
2828
with:
2929
python-version: "3.12"

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# We keep going when a job flagged as not stable fails.
110110
continue-on-error: ${{ matrix.state == 'unstable' }}
111111
steps:
112-
- uses: actions/checkout@v4.1.7
112+
- uses: actions/checkout@v4.2.0
113113

114114
- name: Set up Python ${{ matrix.python-version }}
115115
uses: actions/setup-python@v5.2.0

0 commit comments

Comments
 (0)