Skip to content

Commit 7e31f5d

Browse files
committed
Upgrade checkout action.
1 parent 8ebaa60 commit 7e31f5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
if: github.repository == 'redis/redis-snap'
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Determine version
1515
run: |
1616
echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
with:
1919
repository: redis/redis
2020
ref: ${{ env.VERSION }}

.github/workflows/unstable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
if: github.repository == 'redis/redis-snap'
1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v3
1515
with:
1616
repository: redis/redis
1717
path: redis

0 commit comments

Comments
 (0)