Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #36 from OwO-Network/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
tsosunchia authored Nov 20, 2023
2 parents 670122f + 27909ab commit 6d01b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
Expand All @@ -21,7 +21,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 6d01b20

Please sign in to comment.