Skip to content

Commit

Permalink
Update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Oct 7, 2023
1 parent 390d68e commit 141620d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: isbang/[email protected]

- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go on ${{ matrix.platform }}
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: go.mod

Expand Down Expand Up @@ -88,10 +88,10 @@ jobs:
uses: isbang/[email protected]

- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go on ${{ matrix.platform }}
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: go.mod

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 141620d

Please sign in to comment.