Skip to content

Commit

Permalink
More GH actions upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Feb 12, 2024
1 parent b576262 commit 3230ade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.22
id: go
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
name: dist

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
if: github.event_name != 'pull_request' && github.actor != 'dependabot[bot]'
Expand All @@ -91,7 +91,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/acoustid/go-acoustid

Expand Down

0 comments on commit 3230ade

Please sign in to comment.