Skip to content

Commit 29a9455

Browse files
Update workflows (#5098)
1 parent 34f4256 commit 29a9455

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/pr_label_check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- get_label_groups
4343
steps:
4444
- name: Check aspect label
45-
uses: docker://agilepathway/pull-request-label-checker:v1.6.51
45+
uses: docker://agilepathway/pull-request-label-checker:v1.6.56
4646
with:
4747
any_of: ${{ needs.get_label_groups.outputs.aspect }}
4848
repo_token: ${{ secrets.GITHUB_TOKEN }}
@@ -55,7 +55,7 @@ jobs:
5555
- get_label_groups
5656
steps:
5757
- name: Check goal label
58-
uses: docker://agilepathway/pull-request-label-checker:v1.6.51
58+
uses: docker://agilepathway/pull-request-label-checker:v1.6.56
5959
with:
6060
one_of: ${{ needs.get_label_groups.outputs.goal }}
6161
repo_token: ${{ secrets.GITHUB_TOKEN }}
@@ -68,7 +68,7 @@ jobs:
6868
- get_label_groups
6969
steps:
7070
- name: Check priority label
71-
uses: docker://agilepathway/pull-request-label-checker:v1.6.51
71+
uses: docker://agilepathway/pull-request-label-checker:v1.6.56
7272
with:
7373
one_of: ${{ needs.get_label_groups.outputs.priority }}
7474
repo_token: ${{ secrets.GITHUB_TOKEN }}
@@ -81,7 +81,7 @@ jobs:
8181
- get_label_groups
8282
steps:
8383
- name: Check stack label
84-
uses: docker://agilepathway/pull-request-label-checker:v1.6.51
84+
uses: docker://agilepathway/pull-request-label-checker:v1.6.56
8585
with:
8686
any_of: ${{ needs.get_label_groups.outputs.stack }}
8787
repo_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
sudo chown -R runneradmin:root /tmp/renovate/
6363
ls -R "$cache_dir"
6464
65-
- uses: renovatebot/github-action@v40.2.7
65+
- uses: renovatebot/github-action@v40.3.4
6666
with:
6767
# Renovate recommends _not_ to use any of
6868
# [these names](https://docs.renovatebot.com/configuration-options/).

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
- id: requirements-txt-fixer
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.6.3
49+
rev: v0.7.1
5050
hooks:
5151
- id: ruff # replaces Flake8, isort, pydocstyle, pyupgrade
5252
args:
@@ -64,7 +64,7 @@ repos:
6464
- id: shfmt-docker
6565

6666
- repo: https://github.com/rhysd/actionlint
67-
rev: v1.7.1
67+
rev: v1.7.3
6868
hooks:
6969
- id: actionlint-docker
7070

@@ -154,7 +154,7 @@ repos:
154154
files: (.vale/.*|.mdx?)$
155155

156156
- repo: https://github.com/renovatebot/pre-commit-hooks
157-
rev: 38.132.3
157+
rev: 38.133.1
158158
hooks:
159159
- id: renovate-config-validator
160160
args:

0 commit comments

Comments
 (0)