Skip to content

Commit a809e98

Browse files
chore(deps): bump actions/checkout from 2 to 4 (#52)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c1365c commit a809e98

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)