Skip to content

Commit 7764010

Browse files
authored
chore: update dependencies (#3127)
1 parent 6531123 commit 7764010

File tree

7 files changed

+412
-411
lines changed

7 files changed

+412
-411
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: github.event.action != 'closed'
1616
steps:
17-
- uses: rokroskar/[email protected].0
17+
- uses: rokroskar/[email protected].3
1818
env:
1919
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2020
check-deploy:
@@ -31,7 +31,7 @@ jobs:
3131
persist: ${{ steps.deploy-comment.outputs.persist}}
3232
steps:
3333
- id: deploy-comment
34-
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.0.0
34+
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.1.0
3535
with:
3636
string: /deploy
3737
pr_ref: ${{ github.event.number }}
@@ -43,7 +43,7 @@ jobs:
4343
name: renku-ci-rp-${{ github.event.number }}
4444
steps:
4545
- name: deploy-pr
46-
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.0.0
46+
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.1.0
4747
env:
4848
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
4949
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
@@ -68,15 +68,15 @@ jobs:
6868
renku_ui: "${{ needs.check-deploy.outputs.renku-ui }}"
6969
extra_values: "${{ needs.check-deploy.outputs.extra-values }}"
7070
- name: Check existing renkubot comment
71-
uses: peter-evans/find-comment@v1
71+
uses: peter-evans/find-comment@v2
7272
id: findcomment
7373
with:
7474
issue-number: ${{ github.event.pull_request.number }}
7575
comment-author: "RenkuBot"
7676
body-includes: "You can access the deployment of this PR at"
7777
- name: Create comment pre deploy
7878
if: steps.findcomment.outputs.comment-id == 0
79-
uses: peter-evans/create-or-update-comment@v1
79+
uses: peter-evans/create-or-update-comment@v2
8080
with:
8181
token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
8282
issue-number: ${{ github.event.pull_request.number }}
@@ -88,7 +88,7 @@ jobs:
8888
if: ${{ github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true' }}
8989
needs: [check-deploy, deploy-pr]
9090
steps:
91-
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.0.0
91+
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.1.0
9292
with:
9393
kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
9494
renku-release: renku-ci-rp-${{ github.event.number }}
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-20.04
104104
steps:
105105
- name: renku teardown
106-
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.0.0
106+
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.1.0
107107
env:
108108
HELM_RELEASE_REGEX: "^renku-ci-rp-${{ github.event.number }}$"
109109
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}

.github/workflows/publish_shacl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
1717
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

.github/workflows/test_deploy.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cleanup-runs:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: rokroskar/[email protected].0
34+
- uses: rokroskar/[email protected].3
3535
env:
3636
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3737
if: "!startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, github.event.repository.default_branch)"
@@ -47,7 +47,7 @@ jobs:
4747
style-check:
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v3
5151
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
5252
- name: Set up Python 3.8
5353
uses: actions/setup-python@v1
@@ -96,7 +96,7 @@ jobs:
9696
max-parallel: 3
9797
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
9898
steps:
99-
- uses: actions/checkout@v2
99+
- uses: actions/checkout@v3
100100
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
101101
- name: Set up Python ${{ matrix.python-version }}
102102
uses: actions/setup-python@v1
@@ -135,7 +135,7 @@ jobs:
135135
mypy:
136136
runs-on: ubuntu-latest
137137
steps:
138-
- uses: actions/checkout@v2
138+
- uses: actions/checkout@v3
139139
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
140140
- name: Set up Python 3.8
141141
uses: actions/setup-python@v1
@@ -174,7 +174,7 @@ jobs:
174174
runs-on: ubuntu-latest
175175
if: "'refs/heads/master' != github.ref && 'refs/heads/develop' != github.ref && !startsWith(github.ref, 'refs/tags/')"
176176
steps:
177-
- uses: actions/checkout@v2
177+
- uses: actions/checkout@v3
178178
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
179179
- name: Set up Python 3.7
180180
uses: actions/setup-python@v1
@@ -238,7 +238,7 @@ jobs:
238238
test-distro:
239239
runs-on: ubuntu-latest
240240
steps:
241-
- uses: actions/checkout@v2
241+
- uses: actions/checkout@v3
242242
with:
243243
fetch-depth: 0
244244
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -280,7 +280,7 @@ jobs:
280280
max-parallel: 3
281281
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
282282
steps:
283-
- uses: actions/checkout@v2
283+
- uses: actions/checkout@v3
284284
with:
285285
fetch-depth: 0
286286
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -348,7 +348,7 @@ jobs:
348348
max-parallel: 3
349349
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
350350
steps:
351-
- uses: actions/checkout@v2
351+
- uses: actions/checkout@v3
352352
with:
353353
fetch-depth: 0
354354
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -422,7 +422,7 @@ jobs:
422422
max-parallel: 3
423423
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
424424
steps:
425-
- uses: actions/checkout@v2
425+
- uses: actions/checkout@v3
426426
with:
427427
fetch-depth: 0
428428
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -496,7 +496,7 @@ jobs:
496496
max-parallel: 3
497497
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
498498
steps:
499-
- uses: actions/checkout@v2
499+
- uses: actions/checkout@v3
500500
with:
501501
fetch-depth: 0
502502
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -564,7 +564,7 @@ jobs:
564564
max-parallel: 3
565565
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
566566
steps:
567-
- uses: actions/checkout@v2
567+
- uses: actions/checkout@v3
568568
with:
569569
fetch-depth: 0
570570
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -600,7 +600,7 @@ jobs:
600600
max-parallel: 3
601601
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
602602
steps:
603-
- uses: actions/checkout@v2
603+
- uses: actions/checkout@v3
604604
with:
605605
fetch-depth: 0
606606
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -643,7 +643,7 @@ jobs:
643643
max-parallel: 3
644644
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
645645
steps:
646-
- uses: actions/checkout@v2
646+
- uses: actions/checkout@v3
647647
with:
648648
fetch-depth: 0
649649
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -685,7 +685,7 @@ jobs:
685685
max-parallel: 3
686686
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
687687
steps:
688-
- uses: actions/checkout@v2
688+
- uses: actions/checkout@v3
689689
with:
690690
fetch-depth: 0
691691
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -720,7 +720,7 @@ jobs:
720720
max-parallel: 3
721721
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
722722
steps:
723-
- uses: actions/checkout@v2
723+
- uses: actions/checkout@v3
724724
with:
725725
fetch-depth: 0
726726
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -811,7 +811,7 @@ jobs:
811811
max-parallel: 3
812812
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
813813
steps:
814-
- uses: actions/checkout@v2
814+
- uses: actions/checkout@v3
815815
with:
816816
fetch-depth: 0
817817
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -901,7 +901,7 @@ jobs:
901901
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
902902
if: "startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
903903
steps:
904-
- uses: actions/checkout@v2
904+
- uses: actions/checkout@v3
905905
with:
906906
fetch-depth: 0
907907
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -951,7 +951,7 @@ jobs:
951951
runs-on: ubuntu-latest
952952
if: "startsWith(github.ref, 'refs/tags/')"
953953
steps:
954-
- uses: actions/checkout@v2
954+
- uses: actions/checkout@v3
955955
with:
956956
fetch-depth: 0
957957
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -987,7 +987,7 @@ jobs:
987987
runs-on: ubuntu-latest
988988
if: "startsWith(github.ref, 'refs/tags/')"
989989
steps:
990-
- uses: actions/checkout@v2
990+
- uses: actions/checkout@v3
991991
with:
992992
fetch-depth: 0
993993
ref: "develop"
@@ -1015,7 +1015,7 @@ jobs:
10151015
test-macos-service,
10161016
]
10171017
steps:
1018-
- uses: actions/checkout@v2
1018+
- uses: actions/checkout@v3
10191019
- name: build images
10201020
run: make docker-tag
10211021
- name: Docker Login
@@ -1043,15 +1043,15 @@ jobs:
10431043
]
10441044
if: startsWith(github.ref, 'refs/tags/')
10451045
steps:
1046-
- uses: actions/checkout@v2
1046+
- uses: actions/checkout@v3
10471047
with:
10481048
fetch-depth: 0
10491049
- name: set up environment variables
10501050
run: |
10511051
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
10521052
echo "[email protected]" >> $GITHUB_ENV
10531053
- name: Push chart and images
1054-
uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.0.0
1054+
uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.1.0
10551055
env:
10561056
CHART_NAME: renku-core
10571057
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
@@ -1060,7 +1060,7 @@ jobs:
10601060
- name: Wait for chart to be available
10611061
run: sleep 120
10621062
- name: Update component version
1063-
uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.0.0
1063+
uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.1.0
10641064
env:
10651065
CHART_NAME: renku-core
10661066
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}

.github/workflows/test_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: [3.7]
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
with:
2121
fetch-depth: 0
2222
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -46,7 +46,7 @@ jobs:
4646
python-version: [3.7]
4747
if: "startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050
with:
5151
fetch-depth: 0
5252
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

0 commit comments

Comments
 (0)