Skip to content

Commit 85f7a9e

Browse files
authored
chore(deps): update combined dependencies (#3160)
* chore(deps): bump actions/checkout from 2 to 3.1.0 * chore(deps): bump actions/labeler from 4.0.1 to 4.0.2 * chore(deps): bump SwissDataScienceCenter/renku-actions * chore(deps): bump amannn/action-semantic-pull-request (#3143)
1 parent 945e27a commit 85f7a9e

File tree

10 files changed

+33
-34
lines changed

10 files changed

+33
-34
lines changed

.actions-repo

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/acceptance-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1.0
34+
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.2.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.1.0
46+
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.2.0
4747
env:
4848
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
4949
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
@@ -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.1.0
91+
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.2.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.1.0
106+
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.2.0
107107
env:
108108
HELM_RELEASE_REGEX: "^renku-ci-rp-${{ github.event.number }}$"
109109
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}

.github/workflows/cheatsheet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: "'refs/heads/master' != github.ref && 'refs/heads/develop' != github.ref && !startsWith(github.ref, 'refs/tags/')"
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3.1.0
1818
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1919
- name: Set up Python 3.9
2020
uses: actions/setup-python@v1

.github/workflows/combine-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
combine-prs:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3.1.0
1010
with:
1111
fetch-depth: 0
1212
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
triage:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/[email protected].1
10+
- uses: actions/[email protected].2
1111
with:
1212
repo-token: "${{ secrets.GITHUB_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@v3
14+
- uses: actions/checkout@v3.1.0
1515
with:
1616
fetch-depth: 0
1717
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
create-release-pr:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3.1.0
1515
with:
1616
fetch-depth: 0
1717
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"

.github/workflows/semantic_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
main:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: amannn/action-semantic-pull-request@v4.5.0
13+
- uses: amannn/action-semantic-pull-request@v4.6.0
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test_deploy.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
style-check:
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v3.1.0
5151
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
5252
- name: Set up Python 3.8
5353
uses: actions/setup-python@v4
@@ -96,7 +96,7 @@ jobs:
9696
max-parallel: 3
9797
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
9898
steps:
99-
- uses: actions/checkout@v3
99+
- uses: actions/checkout@v3.1.0
100100
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
101101
- name: Set up Python ${{ matrix.python-version }}
102102
uses: actions/setup-python@v4
@@ -135,7 +135,7 @@ jobs:
135135
mypy:
136136
runs-on: ubuntu-latest
137137
steps:
138-
- uses: actions/checkout@v3
138+
- uses: actions/checkout@v3.1.0
139139
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
140140
- name: Set up Python 3.8
141141
uses: actions/setup-python@v4
@@ -173,7 +173,7 @@ jobs:
173173
test-distro:
174174
runs-on: ubuntu-latest
175175
steps:
176-
- uses: actions/checkout@v3
176+
- uses: actions/checkout@v3.1.0
177177
with:
178178
fetch-depth: 0
179179
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -215,7 +215,7 @@ jobs:
215215
max-parallel: 3
216216
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
217217
steps:
218-
- uses: actions/checkout@v3
218+
- uses: actions/checkout@v3.1.0
219219
with:
220220
fetch-depth: 0
221221
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -283,7 +283,7 @@ jobs:
283283
max-parallel: 3
284284
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
285285
steps:
286-
- uses: actions/checkout@v3
286+
- uses: actions/checkout@v3.1.0
287287
with:
288288
fetch-depth: 0
289289
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -357,7 +357,7 @@ jobs:
357357
max-parallel: 3
358358
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
359359
steps:
360-
- uses: actions/checkout@v3
360+
- uses: actions/checkout@v3.1.0
361361
with:
362362
fetch-depth: 0
363363
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -431,7 +431,7 @@ jobs:
431431
max-parallel: 3
432432
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
433433
steps:
434-
- uses: actions/checkout@v3
434+
- uses: actions/checkout@v3.1.0
435435
with:
436436
fetch-depth: 0
437437
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -499,7 +499,7 @@ jobs:
499499
max-parallel: 3
500500
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
501501
steps:
502-
- uses: actions/checkout@v3
502+
- uses: actions/checkout@v3.1.0
503503
with:
504504
fetch-depth: 0
505505
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -535,7 +535,7 @@ jobs:
535535
max-parallel: 3
536536
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
537537
steps:
538-
- uses: actions/checkout@v3
538+
- uses: actions/checkout@v3.1.0
539539
with:
540540
fetch-depth: 0
541541
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -578,7 +578,7 @@ jobs:
578578
max-parallel: 3
579579
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
580580
steps:
581-
- uses: actions/checkout@v3
581+
- uses: actions/checkout@v3.1.0
582582
with:
583583
fetch-depth: 0
584584
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -620,7 +620,7 @@ jobs:
620620
max-parallel: 3
621621
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
622622
steps:
623-
- uses: actions/checkout@v3
623+
- uses: actions/checkout@v3.1.0
624624
with:
625625
fetch-depth: 0
626626
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -655,7 +655,7 @@ jobs:
655655
max-parallel: 3
656656
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
657657
steps:
658-
- uses: actions/checkout@v3
658+
- uses: actions/checkout@v3.1.0
659659
with:
660660
fetch-depth: 0
661661
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -746,7 +746,7 @@ jobs:
746746
max-parallel: 3
747747
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
748748
steps:
749-
- uses: actions/checkout@v3
749+
- uses: actions/checkout@v3.1.0
750750
with:
751751
fetch-depth: 0
752752
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -836,7 +836,7 @@ jobs:
836836
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
837837
if: "startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
838838
steps:
839-
- uses: actions/checkout@v3
839+
- uses: actions/checkout@v3.1.0
840840
with:
841841
fetch-depth: 0
842842
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -886,7 +886,7 @@ jobs:
886886
runs-on: ubuntu-latest
887887
if: "startsWith(github.ref, 'refs/tags/')"
888888
steps:
889-
- uses: actions/checkout@v3
889+
- uses: actions/checkout@v3.1.0
890890
with:
891891
fetch-depth: 0
892892
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -922,7 +922,7 @@ jobs:
922922
runs-on: ubuntu-latest
923923
if: "startsWith(github.ref, 'refs/tags/')"
924924
steps:
925-
- uses: actions/checkout@v3
925+
- uses: actions/checkout@v3.1.0
926926
with:
927927
fetch-depth: 0
928928
ref: "develop"
@@ -950,7 +950,7 @@ jobs:
950950
test-macos-service,
951951
]
952952
steps:
953-
- uses: actions/checkout@v3
953+
- uses: actions/checkout@v3.1.0
954954
- name: build images
955955
run: make docker-tag
956956
- name: Docker Login
@@ -978,15 +978,15 @@ jobs:
978978
]
979979
if: startsWith(github.ref, 'refs/tags/')
980980
steps:
981-
- uses: actions/checkout@v3
981+
- uses: actions/checkout@v3.1.0
982982
with:
983983
fetch-depth: 0
984984
- name: set up environment variables
985985
run: |
986986
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
987987
echo "[email protected]" >> $GITHUB_ENV
988988
- name: Push chart and images
989-
uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.1.0
989+
uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.2.0
990990
env:
991991
CHART_NAME: renku-core
992992
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
@@ -995,7 +995,7 @@ jobs:
995995
- name: Wait for chart to be available
996996
run: sleep 120
997997
- name: Update component version
998-
uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.1.0
998+
uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.2.0
999999
env:
10001000
CHART_NAME: renku-core
10011001
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@v3
19+
- uses: actions/checkout@v3.1.0
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@v3
49+
- uses: actions/checkout@v3.1.0
5050
with:
5151
fetch-depth: 0
5252
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

0 commit comments

Comments
 (0)