Skip to content

Commit aafb6ae

Browse files
authored
chore: combined dependency update (#3416)
* chore(deps): bump peter-evans/create-or-update-comment from 2 to 3 * chore(deps): bump actions/checkout from 3.5.0 to 3.5.2 * build(deps): (deps): bump packaging from 23.0 to 23.1 * build(deps): (deps): bump sentry-sdk from 1.14.0 to 1.20.0 * build(deps): (deps): bump filelock from 3.8.0 to 3.12.0 * build(deps): (deps-dev): bump mypy from 0.991 to 1.2.0 * build(deps): (deps): bump circus from 0.17.1 to 0.18.0 * build(deps): (deps): bump tabulate from 0.8.10 to 0.9.0 * build(deps): (deps): bump zc-relation from 1.1.post2 to 2.0 * build(deps): (deps): bump rq from 1.11.0 to 1.13.0 * build(deps): (deps): bump portalocker from 2.4.0 to 2.7.0 * build(deps): (deps-dev): bump responses from 0.22.0 to 0.23.1
1 parent 2f7d69c commit aafb6ae

File tree

10 files changed

+259
-346
lines changed

10 files changed

+259
-346
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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@v2
79+
uses: peter-evans/create-or-update-comment@v3
8080
with:
8181
token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
8282
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/cheatsheet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: "'refs/heads/master' != github.ref && 'refs/heads/develop' != github.ref && !startsWith(github.ref, 'refs/tags/')"
1414
steps:
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].2
1616
with:
1717
fetch-depth: 0
1818
- name: Install dependencies

.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/[email protected].0
9+
- uses: actions/[email protected].2
1010
with:
1111
fetch-depth: 0
1212
token: "${{ secrets.RENKUBOT_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/[email protected].0
14+
- uses: actions/[email protected].2
1515
with:
1616
fetch-depth: 0
1717
- name: Install dependencies

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
finalize-release:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/[email protected].0
14+
- uses: actions/[email protected].2
1515
with:
1616
fetch-depth: 0
1717
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
create-release-pr:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/[email protected].0
24+
- uses: actions/[email protected].2
2525
with:
2626
fetch-depth: 0
2727
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"

.github/workflows/test_deploy.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
style-check:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/[email protected].0
48+
- uses: actions/[email protected].2
4949
- name: Install dependencies
5050
uses: ./.github/actions/install-linux
5151
with:
@@ -65,7 +65,7 @@ jobs:
6565
docs-linux:
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/[email protected].0
68+
- uses: actions/[email protected].2
6969
- name: Install dependencies
7070
uses: ./.github/actions/install-linux
7171
- name: Test docs
@@ -77,7 +77,7 @@ jobs:
7777
mypy:
7878
runs-on: ubuntu-latest
7979
steps:
80-
- uses: actions/[email protected].0
80+
- uses: actions/[email protected].2
8181
with:
8282
fetch-depth: 0
8383
- name: Install dependencies
@@ -90,7 +90,7 @@ jobs:
9090
test-distro:
9191
runs-on: ubuntu-latest
9292
steps:
93-
- uses: actions/[email protected].0
93+
- uses: actions/[email protected].2
9494
with:
9595
fetch-depth: 0
9696
- name: Install dependencies
@@ -109,7 +109,7 @@ jobs:
109109
max-parallel: 3
110110
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
111111
steps:
112-
- uses: actions/[email protected].0
112+
- uses: actions/[email protected].2
113113
with:
114114
fetch-depth: 0
115115
- name: Install dependencies
@@ -139,7 +139,7 @@ jobs:
139139
max-parallel: 3
140140
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
141141
steps:
142-
- uses: actions/[email protected].0
142+
- uses: actions/[email protected].2
143143
with:
144144
fetch-depth: 0
145145
- name: Install dependencies
@@ -175,7 +175,7 @@ jobs:
175175
max-parallel: 3
176176
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
177177
steps:
178-
- uses: actions/[email protected].0
178+
- uses: actions/[email protected].2
179179
with:
180180
fetch-depth: 0
181181
- name: Install dependencies
@@ -211,7 +211,7 @@ jobs:
211211
max-parallel: 3
212212
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
213213
steps:
214-
- uses: actions/[email protected].0
214+
- uses: actions/[email protected].2
215215
with:
216216
fetch-depth: 0
217217
- name: Install dependencies
@@ -241,7 +241,7 @@ jobs:
241241
max-parallel: 3
242242
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
243243
steps:
244-
- uses: actions/[email protected].0
244+
- uses: actions/[email protected].2
245245
with:
246246
fetch-depth: 0
247247
- name: Install dependencies
@@ -292,7 +292,7 @@ jobs:
292292
max-parallel: 3
293293
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
294294
steps:
295-
- uses: actions/[email protected].0
295+
- uses: actions/[email protected].2
296296
with:
297297
fetch-depth: 0
298298
- name: Install dependencies
@@ -346,7 +346,7 @@ jobs:
346346
max-parallel: 3
347347
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
348348
steps:
349-
- uses: actions/[email protected].0
349+
- uses: actions/[email protected].2
350350
with:
351351
fetch-depth: 0
352352
- name: Install dependencies
@@ -392,7 +392,7 @@ jobs:
392392
max-parallel: 3
393393
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
394394
steps:
395-
- uses: actions/[email protected].0
395+
- uses: actions/[email protected].2
396396
with:
397397
fetch-depth: 0
398398
- name: Install dependencies
@@ -414,7 +414,7 @@ jobs:
414414
max-parallel: 3
415415
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
416416
steps:
417-
- uses: actions/[email protected].0
417+
- uses: actions/[email protected].2
418418
with:
419419
fetch-depth: 0
420420
- name: Install dependencies
@@ -443,7 +443,7 @@ jobs:
443443
max-parallel: 3
444444
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
445445
steps:
446-
- uses: actions/[email protected].0
446+
- uses: actions/[email protected].2
447447
with:
448448
fetch-depth: 0
449449
- name: Install dependencies
@@ -471,7 +471,7 @@ jobs:
471471
max-parallel: 3
472472
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
473473
steps:
474-
- uses: actions/[email protected].0
474+
- uses: actions/[email protected].2
475475
with:
476476
fetch-depth: 0
477477
- name: Install dependencies
@@ -494,7 +494,7 @@ jobs:
494494
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
495495
if: "startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
496496
steps:
497-
- uses: actions/[email protected].0
497+
- uses: actions/[email protected].2
498498
with:
499499
fetch-depth: 0
500500
- name: Install dependencies
@@ -537,7 +537,7 @@ jobs:
537537
runs-on: ubuntu-latest
538538
if: "startsWith(github.ref, 'refs/tags/')"
539539
steps:
540-
- uses: actions/[email protected].0
540+
- uses: actions/[email protected].2
541541
with:
542542
fetch-depth: 0
543543
- name: Install dependencies
@@ -576,7 +576,7 @@ jobs:
576576
test-macos-service,
577577
]
578578
steps:
579-
- uses: actions/[email protected].0
579+
- uses: actions/[email protected].2
580580
with:
581581
fetch-depth: 0
582582
- name: Build images
@@ -606,7 +606,7 @@ jobs:
606606
]
607607
if: startsWith(github.ref, 'refs/tags/')
608608
steps:
609-
- uses: actions/[email protected].0
609+
- uses: actions/[email protected].2
610610
with:
611611
fetch-depth: 0
612612
- name: Set up environment variables

.github/workflows/test_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test-linux-integration-publish:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].2
1616
with:
1717
fetch-depth: 0
1818
- name: Install dependencies

0 commit comments

Comments
 (0)