Skip to content

Commit

Permalink
chore(gh): upgrade actions (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Feb 2, 2024
1 parent 2a46dcb commit 48592c9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: false
Expand Down Expand Up @@ -59,10 +59,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Fetch tags # fetch-tags does not work
run: git fetch --prune --unshallow --tags

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

Expand Down

0 comments on commit 48592c9

Please sign in to comment.