diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3feb2e175..bf7422ccc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: go-version: ${{ matrix.go }} - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test run: go test -race -tags '${{ matrix.tags }}' -v ./... @@ -51,7 +51,7 @@ jobs: go-version: 1.17 - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Lint uses: golangci/golangci-lint-action@v2 diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 60bf45c56..89b7737ad 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 20e04b81c..55634de1b 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -20,7 +20,7 @@ jobs: go-version: '1.17' - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Ensure Viper compiles for WASM run: GOOS=js GOARCH=wasm go build .