Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yfodil committed Apr 5, 2024
1 parent 30daec8 commit 5d85864
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: Checkout
uses: actions/setup-go@v4
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

steps:
- name: Checkout
uses: actions/setup-go@v4
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

steps:
- name: Checkout
uses: actions/setup-go@v4
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
password: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}

- name: Checkout
uses: actions/setup-go@v4
uses: actions/checkout@v4
with:
submodules: true

Expand Down

0 comments on commit 5d85864

Please sign in to comment.