diff --git a/.github/workflows/CI&CD.yml b/.github/workflows/CI&CD.yml index cde3bff..e8558f9 100644 --- a/.github/workflows/CI&CD.yml +++ b/.github/workflows/CI&CD.yml @@ -33,7 +33,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v2 with: @@ -73,7 +73,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Turnstyle uses: softprops/turnstyle@v1 diff --git a/.github/workflows/Create-GitHub-Release.yml b/.github/workflows/Create-GitHub-Release.yml index 6f86d71..aa33489 100644 --- a/.github/workflows/Create-GitHub-Release.yml +++ b/.github/workflows/Create-GitHub-Release.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 3 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Generate changelog id: changelog diff --git a/.github/workflows/Lint-PR-name.yml b/.github/workflows/Lint-PR-name.yml index 1c3dfed..4be83e3 100644 --- a/.github/workflows/Lint-PR-name.yml +++ b/.github/workflows/Lint-PR-name.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Dependencies run: npm install @commitlint/config-conventional diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4583587..6df3b4b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head.