Skip to content

Commit

Permalink
build: update actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jun 14, 2024
1 parent 8efb862 commit ca959f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
go-version: stable
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Check out code
uses: actions/checkout@v4

- name: Check
run: make check
Expand Down Expand Up @@ -70,8 +70,8 @@ jobs:
go-version: stable
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Check out code
uses: actions/checkout@v4

- name: Load Release URL File from release job
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -169,8 +169,8 @@ jobs:
go-version: stable
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Check out code
uses: actions/checkout@v4

- name: Docker
run: make docker
Expand Down

0 comments on commit ca959f3

Please sign in to comment.