diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 90b22d8..27468f2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: steps: # This step uses Github's checkout-action: https://github.com/actions/checkout - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 # Deduced the appropriate tag for the image (inspired by the docker action https://github.com/actions-hub/docker) - name: Set env diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 9fd1ab5..fff3ff1 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -9,7 +9,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 # Instead of using our own CI, we uses https://golangci-lint.run/ # It combines 48 linters and execute them in parallel diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index cd208ac..df740ed 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -11,7 +11,7 @@ jobs: steps: # This step uses Github's checkout-action: https://github.com/actions/checkout - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0