Skip to content

Commit 0600051

Browse files
Bump actions/checkout from 2 to 4 (#481)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5968229 commit 0600051

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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@v2
22+
uses: actions/checkout@v4
2323
- name: Setup Python
2424
uses: actions/setup-python@v4
2525
with:
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 15
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@v2
61+
uses: actions/checkout@v4
6262
- name: Setup Python ${{ matrix.pyver }}
6363
uses: actions/setup-python@v4
6464
with:
@@ -101,7 +101,7 @@ jobs:
101101
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@v2
104+
uses: actions/checkout@v4
105105
- name: Setup Python
106106
uses: actions/setup-python@v4
107107
with:

.github/workflows/codeql.yml

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

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v2

0 commit comments

Comments
 (0)