diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index fc9b22f..398f6b6 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Go 1.x uses: actions/setup-go@v5 @@ -59,7 +59,7 @@ jobs: # args: release # if: success() - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # disable shallow clone - get all