We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02a174 commit 9dd2f7fCopy full SHA for 9dd2f7f
.github/actions/build/action.yaml
@@ -8,7 +8,7 @@ runs:
8
using: "composite"
9
steps:
10
- name: Install Go ${{ inputs.go-version }}
11
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
12
with:
13
go-version: ${{ inputs.go-version }}
14
- name: Install project tools and dependencies
.github/workflows/renovate.yaml
@@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
15
- name: Self-hosted Renovate
16
- uses: renovatebot/github-action@v40.0.3
+ uses: renovatebot/github-action@v40.1.0
17
18
configurationFile: .github/renovate.json
19
token: ${{ secrets.RENOVATE_TOKEN }}
0 commit comments