diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 9590686..87b9c3b 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -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' @@ -59,7 +59,7 @@ jobs: # args: release # if: success() - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # disable shallow clone - get all @@ -67,7 +67,7 @@ jobs: # 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