Skip to content

Commit 4165e4d

Browse files
Update GitHub Actions (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3caa7e9 commit 4165e4d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker-publish-on-comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
token: ${{ secrets.GITHUB_TOKEN }}
103103
status: ${{ job.status }}
104104
- name: Add comment to PR
105-
uses: actions/github-script@v6
105+
uses: actions/github-script@v7
106106
if: always()
107107
with:
108108
script: |

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
26-
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
26+
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1
2727
with:
2828
config_file_path: 'renovate.json'
2929
golangci:
3030
name: golangci-lint
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/setup-go@v4
33+
- uses: actions/setup-go@v5
3434
with:
3535
go-version: 1.19
3636
- uses: actions/checkout@v4

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write
1313
steps:
1414
- name: 📆 mark stale PRs # Automatically marks inactive PRs as stale
15-
uses: actions/stale@v8
15+
uses: actions/stale@v9
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
days-before-stale: 60

0 commit comments

Comments
 (0)