Skip to content

Commit 2a71612

Browse files
Bump actions/checkout from 4.1.3 to 4.1.4 (#957)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.3...v4.1.4) --- 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 9335ec7 commit 2a71612

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check-generated-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- "3.11"
1414

1515
steps:
16-
- uses: actions/[email protected].3
16+
- uses: actions/[email protected].4
1717
with:
1818
fetch-depth: 2
1919
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Builds and publishes releases to PyPI
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/[email protected].3
12+
- uses: actions/[email protected].4
1313
- name: Set up Python 3.11
1414
uses: actions/[email protected]
1515
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- "3.11"
1919

2020
steps:
21-
- uses: actions/[email protected].3
21+
- uses: actions/[email protected].4
2222
with:
2323
fetch-depth: 2
2424
- name: Set up Python ${{ matrix.python-version }}
@@ -42,7 +42,7 @@ jobs:
4242
needs: build
4343
steps:
4444
- name: Check out the repository
45-
uses: actions/[email protected].3
45+
uses: actions/[email protected].4
4646
with:
4747
fetch-depth: 2
4848
- name: Download all coverage data

0 commit comments

Comments
 (0)