Merge pull request #80 from Shadow-Puppet/renovate/github-actions

chore(deps): update github actions
This commit is contained in:
2026-04-15 16:25:52 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.5.0
version: v2.11.4
args: --timeout 5m --build-tags webkit2_41
- name: govulncheck
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
go-version: "1.26"
- name: Run Renovate
uses: renovatebot/github-action@v46.1.1
uses: renovatebot/github-action@v46.1.9
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}