Skip to content

Commit

Permalink
feat: bump GHAs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbevc1 committed Mar 4, 2024
1 parent 6ca374e commit 471975a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
#go-version: 'stable'
go-version-file: 'go.mod'
Expand Down Expand Up @@ -59,15 +59,15 @@ jobs:
# args: release
# if: success()
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # disable shallow clone - get all

#- name: Unshallow
# run: git fetch --prune --unshallow

- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
Expand Down

0 comments on commit 471975a

Please sign in to comment.