Skip to content

Commit eb2e33b

Browse files
chore(deps): bump actions/checkout from 2 to 4
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] <[email protected]>
1 parent 867bab3 commit eb2e33b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: Clone Repository
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121

2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v5
@@ -47,7 +47,7 @@ jobs:
4747
contents: write # needed for github actions bot to write to repo
4848
steps:
4949
- name: Clone Repository
50-
uses: actions/checkout@v3
50+
uses: actions/checkout@v4
5151
with:
5252
ref: ${{ github.ref }}
5353
fetch-depth: 0
@@ -82,7 +82,7 @@ jobs:
8282
contents: write # needed for github actions bot to write to repo
8383
steps:
8484
- name: Clone Repository
85-
uses: actions/checkout@v3
85+
uses: actions/checkout@v4
8686
with:
8787
ref: ${{ github.ref }}
8888
fetch-depth: 0

0 commit comments

Comments
 (0)