Skip to content

Commit 0d9a302

Browse files
build(deps): bump actions/checkout from 3 to 4 (#791)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a520e10 commit 0d9a302

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
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 5
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: Setup Python
2424
uses: actions/setup-python@v4
2525
with:
@@ -57,7 +57,7 @@ jobs:
5757
timeout-minutes: 15
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v3
60+
uses: actions/checkout@v4
6161
- name: Setup Python ${{ matrix.pyver }}
6262
uses: actions/setup-python@v4
6363
with:
@@ -109,7 +109,7 @@ jobs:
109109
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
110110
steps:
111111
- name: Checkout
112-
uses: actions/checkout@v3
112+
uses: actions/checkout@v4
113113
- name: Setup Python
114114
uses: actions/setup-python@v4
115115
with:

0 commit comments

Comments
 (0)