Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Sep 2, 2024
2 parents c1d9b11 + 6ace84b commit 4820583
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

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

- name: Create branch
env:
Expand All @@ -45,7 +45,7 @@ jobs:
needs: create-branch
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v3
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
needs: build-linux
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v3
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
needs: build-macos
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v3
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
needs: build-windows
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set hash
id: set-hash
env:
Expand Down

0 comments on commit 4820583

Please sign in to comment.