Skip to content

Commit

Permalink
Merge branch 'main' of github.com:soerenschneider/acmevault
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Aug 5, 2024
2 parents f319c29 + ae6280d commit 11d3857
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the container registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: '1.21'
cache: false

- name: golangci-lint
uses: golangci/golangci-lint-action@v5.1.0
uses: golangci/golangci-lint-action@v6.0.1
with:
version: "latest"
args: "--timeout=30m"
4 changes: 2 additions & 2 deletions .github/workflows/release-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/[email protected].0
- uses: GoogleCloudPlatform/[email protected].1
name: release
id: release
with:
Expand All @@ -32,7 +32,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}

- name: Log in to the container registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: '1.21'

Expand Down

0 comments on commit 11d3857

Please sign in to comment.