diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0d62f56..de6d4b1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index df9948f..532667e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Release action - uses: google-github-actions/release-please-action@v3 + uses: google-github-actions/release-please-action@v4 id: release with: release-type: node @@ -19,11 +19,11 @@ jobs: README.md CHANGELOG.md - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # ensure that `Setup` occurs only when a new release is created: if: ${{ steps.release.outputs.release_created }} - name: Setup the NPM registry - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 registry-url: 'https://registry.npmjs.org'