File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
24
24
- name : Get release tag
25
25
run : echo "NEW_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
26
26
- name : Checkout repo to be updated
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
with :
29
29
repository : ${{ matrix.repo.name }}
30
30
ref : ${{ matrix.repo.ref }}
31
31
fetch-depth : 1
32
32
- name : Checkout renku-actions repo
33
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v3
34
34
with :
35
35
fetch-depth : 1
36
36
path : .actions-repo
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ deploy-pr:
19
19
environment :
20
20
name : ci-renku-${{ github.event.number }}
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- name : renku build and deploy
24
24
if : needs.check-deploy.outputs.pr-contains-string == 'true'
25
25
uses :
SwissDataScienceCenter/renku-actions/[email protected]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ It can simply be used as a step in a GitHub actions job:
8
8
9
9
``` yaml
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
with :
13
13
fetch-depth : 0
14
14
- uses : SwissDataScienceCenter/renku/actions/publish-chart@master
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ It can simply be used as a step in a GitHub actions job:
8
8
9
9
``` yaml
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
with :
13
13
fetch-depth : 0
14
14
- uses : SwissDataScienceCenter/renku/actions/rollout-renku-deployment@master
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ It can simply be used as a step in a GitHub actions job:
9
9
10
10
``` yaml
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 0
15
15
- uses : SwissDataScienceCenter/renku/actions/update-component-version@master
You can’t perform that action at this time.
0 commit comments