diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 2b5e00c..c632d24 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@v5 + uses: actions/checkout@v6 - name: Set up Go 1.x uses: actions/setup-go@v6 @@ -59,7 +59,7 @@ jobs: # args: release # if: success() - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # disable shallow clone - get all