diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e0d6bab5..39ad2744 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.0.0 - 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 3be26d19..c54146f8 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.0.0 - 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..a3a74d7f 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.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d9e44bf..5171bded 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.0.0 - name: Mark GitHub Deployment as in progress id: start-deployment uses: octokit/request-action@v2.x