Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit f939328

Browse files
🌱 Update github-actions group (#97)
| datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v40.0.2 | v40.1.1 | Signed-off-by: Matej Feder <[email protected]> Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Co-authored-by: Matej Feder <[email protected]>
1 parent 29c984b commit f939328

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-verify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Verify Starlark
3030
run: make verify-starlark
3131

32-
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
32+
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
3333
with:
3434
node-version: "18"
3535
- name: Install renovate
@@ -67,7 +67,7 @@ jobs:
6767
configuration-path: .github/labeler.yaml
6868
repo-token: ${{ steps.generate-token.outputs.token }}
6969
- name: Sync Labels
70-
uses: EndBug/label-sync@da00f2c11fdb78e4fae44adac2fdd713778ea3e8 # v2
70+
uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2
7171
with:
7272
config-file: .github/labels.yaml
7373
token: ${{ steps.generate-token.outputs.token }}

.github/workflows/schedule-update-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "$GITHUB_ENV"
4545
4646
- name: Renovate
47-
uses: renovatebot/github-action@7bfea4459bd634791b0d5b02bfa0080b8123b776 # v40.0.3
47+
uses: renovatebot/github-action@8f6b0f762415909f60b0efb1817c4dee029ea806 # v40.1.1
4848
env:
4949
RENOVATE_HOST_RULES: '[{"hostType": "docker", "matchHost": "ghcr.io", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
5050
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '[".*"]'

0 commit comments

Comments
 (0)