File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
timeout-minutes : 5
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
- name : Setup Python 3.9
31
31
uses : actions/setup-python@v5
32
32
with :
98
98
INSTALL_DIR : ${{ github.workspace }}/redis
99
99
steps :
100
100
- name : Checkout
101
- uses : actions/checkout@v4
101
+ uses : actions/checkout@v5
102
102
- name : Setup Python ${{ matrix.pyver }}
103
103
uses : actions/setup-python@v5
104
104
with :
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout
9
- uses : actions/checkout@v4
9
+ uses : actions/checkout@v5
10
10
- name : Check Spelling
11
11
12
12
with :
You can’t perform that action at this time.
0 commit comments