diff --git a/.github/workflows/gh-pages-cleanup.yaml b/.github/workflows/gh-pages-cleanup.yaml index c19ab30..8c4ce23 100644 --- a/.github/workflows/gh-pages-cleanup.yaml +++ b/.github/workflows/gh-pages-cleanup.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.1 - name: Delete directory in gh-pages if: github.event.ref_type == 'branch' diff --git a/.github/workflows/lighthouse-report.yaml b/.github/workflows/lighthouse-report.yaml index aa65f6b..db87113 100644 --- a/.github/workflows/lighthouse-report.yaml +++ b/.github/workflows/lighthouse-report.yaml @@ -35,7 +35,7 @@ jobs: ![Loading](https://github.com/bartvdbraak/omnidash/assets/3996360/8e85bc78-53ac-41de-bdb6-bedfe8c6d8c1) - name: Checkout Git repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.1 - name: Setup pnpm uses: pnpm/action-setup@v2.4.0 diff --git a/.github/workflows/lint-deps-check.yaml b/.github/workflows/lint-deps-check.yaml index fb7a33a..4f53c54 100644 --- a/.github/workflows/lint-deps-check.yaml +++ b/.github/workflows/lint-deps-check.yaml @@ -21,7 +21,7 @@ jobs: node-version: [18, 20] steps: - name: Checkout Git repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.1 - name: Setup pnpm uses: pnpm/action-setup@v2.4.0