diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec9bae39..7ee0ab0a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: echo "$HOME/gotip/bin:$PATH" >> $GITHUB_PATH - name: Checkout the repo - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: path: ${{ env.WORKING_DIR }} @@ -106,7 +106,7 @@ jobs: echo "$HOME/gotip/bin" >> $GITHUB_PATH - name: Checkout the repo - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: path: ${{ env.WORKING_DIR }} @@ -147,7 +147,7 @@ jobs: go-version: ${{ matrix.go }} - name: Checkout the repo - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: path: ${{ env.WORKING_DIR }}