diff --git a/.github/workflows/accessibility_test.yml b/.github/workflows/accessibility_test.yml index 5285131445..fb73338655 100644 --- a/.github/workflows/accessibility_test.yml +++ b/.github/workflows/accessibility_test.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ matrix.branch }} @@ -112,7 +112,7 @@ jobs: needs: run-accessibility-test runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install npm uses: actions/setup-node@v3 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3373cc0e51..4a784118a8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,7 +36,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/npm_audit_test.yml b/.github/workflows/npm_audit_test.yml index d764f87ed0..284311454a 100644 --- a/.github/workflows/npm_audit_test.yml +++ b/.github/workflows/npm_audit_test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Fetches all history for all branches and tags # Needed because the audit script checks out the base branch diff --git a/.github/workflows/update_license.yml b/.github/workflows/update_license.yml index 2021e44330..e8d519e1cb 100644 --- a/.github/workflows/update_license.yml +++ b/.github/workflows/update_license.yml @@ -15,7 +15,7 @@ jobs: update_license_file: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: npm ci