File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
runs-on : ubuntu-20.04
11
11
if : github.repository == 'redis/redis-snap'
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- name : Determine version
15
15
run : |
16
16
echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
with :
19
19
repository : redis/redis
20
20
ref : ${{ env.VERSION }}
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-20.04
11
11
if : github.repository == 'redis/redis-snap'
12
12
steps :
13
- - uses : actions/checkout@v2
14
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v3
15
15
with :
16
16
repository : redis/redis
17
17
path : redis
You can’t perform that action at this time.
0 commit comments