Skip to content

Commit 7c8a90b

Browse files
Bump actions/checkout from 2.3.1 to 4.2.2 (#287)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 714ce00 commit 7c8a90b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
os: [ubuntu-latest, macos-latest]
5151

5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v4.2.2
5454
with:
5555
fetch-depth: 0
5656
fetch-tags: true
@@ -67,7 +67,7 @@ jobs:
6767
name: Build source distribution
6868
runs-on: ubuntu-latest
6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v4.2.2
7171
with:
7272
fetch-depth: 0
7373
fetch-tags: true

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Source
18-
uses: actions/checkout@v2.3.1
18+
uses: actions/checkout@v4.2.2
1919

2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v5

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout source
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v4.2.2
1515

1616
- name: Cache pre-commit
1717
uses: actions/cache@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout Source
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v4.2.2
4040

4141
- name: Set up Python ${{ matrix.python-version }}
4242
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)