Skip to content

Commit ad7df8f

Browse files
dependabot[bot]kdeldycke
authored andcommitted
Bump actions/checkout from 4.1.4 to 4.1.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.4...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a71382d commit ad7df8f

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/[email protected].4
26+
- uses: actions/[email protected].5
2727
- uses: actions/[email protected]
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
@@ -152,7 +152,7 @@ jobs:
152152
# We keep going when a job flagged as not stable fails.
153153
continue-on-error: ${{ matrix.state == 'unstable' }}
154154
steps:
155-
- uses: actions/[email protected].4
155+
- uses: actions/[email protected].5
156156

157157
- name: Set up Python ${{ matrix.python-version }}
158158
uses: actions/[email protected]

0 commit comments

Comments
 (0)