diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c61930c..d0b1032e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: echo "$HOME/gotip/bin:$PATH" >> $GITHUB_PATH - name: Checkout the repo - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: path: ${{ env.WORKING_DIR }} @@ -126,7 +126,7 @@ jobs: echo "$HOME/gotip/bin" >> $GITHUB_PATH - name: Checkout the repo - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: path: ${{ env.WORKING_DIR }} @@ -168,7 +168,7 @@ jobs: go-version: ${{ matrix.go }} - name: Checkout the repo - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: path: ${{ env.WORKING_DIR }}