Skip to content

Commit 1f5b7f6

Browse files
Bump actions/checkout from 2 to 4 (#231)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- 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 6446c85 commit 1f5b7f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Check out repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Prepare python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v1
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Check out repository
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v4
4646

4747
- name: Prepare python ${{ matrix.python-version }}
4848
uses: actions/setup-python@v1

.github/workflows/tests.yml

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

1313
steps:
1414
- name: Check out repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Prepare python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)