diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e0d6bab5..5d66598c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -48,7 +48,7 @@ jobs: outputs: version-nr: ${{ steps.determine-npm-version.outputs.version-nr }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Mark GitHub Deployment as in progress if: github.actor != 'dependabot[bot]' id: start-deployment diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f65d94f..e18c6ed7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: os: [ubuntu-20.04, windows-2019] node-version: [16.x, 14.x, 12.x] steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.5.0 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 330e37b1..5aff1da3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d9e44bf..ea05ab1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-20.04 needs: [prepare-deployment] steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Mark GitHub Deployment as in progress id: start-deployment uses: octokit/request-action@v2.x