Merge pull request 'chore(deps): update actions/checkout action to v6.0.3' (#233) from renovate/actions into master
Lint Markdown files / Run markdown linter (push) Failing after 11m47s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 11m53s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 11m58s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 30s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 21s

This commit was merged in pull request #233.
This commit is contained in:
2026-06-02 15:32:52 +00:00
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
name: "Upload artifacthub-repo.yml to OCI registry" name: "Upload artifacthub-repo.yml to OCI registry"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6.0.2 - uses: actions/checkout@v6.0.3
- uses: docker/login-action@v4.2.0 - uses: docker/login-action@v4.2.0
with: with:
registry: ${{ github.server_url }} registry: ${{ github.server_url }}
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
go: [ stable ] go: [ stable ]
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ] os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
steps: steps:
- uses: actions/checkout@v6.0.2 - uses: actions/checkout@v6.0.3
- uses: actions/setup-go@v6.4.0 - uses: actions/setup-go@v6.4.0
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
go: [ stable ] go: [ stable ]
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ] os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
steps: steps:
- uses: actions/checkout@v6.0.2 - uses: actions/checkout@v6.0.3
- uses: actions/setup-go@v6.4.0 - uses: actions/setup-go@v6.4.0
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
name: "Run markdown linter" name: "Run markdown linter"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6.0.2 - uses: actions/checkout@v6.0.3
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0 - uses: DavidAnson/markdownlint-cli2-action@v21.0.0
with: with:
globs: '**/*.md' globs: '**/*.md'
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
name: "Release application" name: "Release application"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6.0.2 - uses: actions/checkout@v6.0.3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install curl - name: Install curl
@@ -10,7 +10,7 @@ jobs:
update-description-on-hub-docker-io: update-description-on-hub-docker-io:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6.0.2 - uses: actions/checkout@v6.0.3
- uses: peter-evans/dockerhub-description@v5.0.0 - uses: peter-evans/dockerhub-description@v5.0.0
with: with:
username: ${{ secrets.DOCKER_IO_USERNAME }} username: ${{ secrets.DOCKER_IO_USERNAME }}