diff --git a/.github/workflows/code-static-analysis.yml b/.github/workflows/code-static-analysis.yml index 858486a3..ae8ecd94 100644 --- a/.github/workflows/code-static-analysis.yml +++ b/.github/workflows/code-static-analysis.yml @@ -32,7 +32,7 @@ jobs: language: ['javascript', 'python'] steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python 3.12 if: ${{ matrix.language == 'python' }} uses: actions/setup-python@v6 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6d7cdc43..99a2a4ba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: if: github.repository == 'HTTPArchive/httparchive.org' steps: - name: Checkout branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js for use with actions uses: actions/setup-node@v6 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 9ec085a9..dd07fffa 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/monthly-report-checks.yml b/.github/workflows/monthly-report-checks.yml index 366f0bab..e4805aed 100644 --- a/.github/workflows/monthly-report-checks.yml +++ b/.github/workflows/monthly-report-checks.yml @@ -34,7 +34,7 @@ jobs: if: github.repository == 'HTTPArchive/httparchive.org' steps: - name: Checkout branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run the report checks env: REPORT_DATE: ${{ github.event.inputs.REPORT_DATE }} diff --git a/.github/workflows/predeploy.yml b/.github/workflows/predeploy.yml index df3d5f9c..5199cdd6 100644 --- a/.github/workflows/predeploy.yml +++ b/.github/workflows/predeploy.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js for use with actions uses: actions/setup-node@v6 with: diff --git a/.github/workflows/production-checks.yml b/.github/workflows/production-checks.yml index d837d65b..194f4538 100644 --- a/.github/workflows/production-checks.yml +++ b/.github/workflows/production-checks.yml @@ -24,7 +24,7 @@ jobs: if: github.repository == 'HTTPArchive/httparchive.org' steps: - name: Checkout branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set the list of URLs for Lighthouse to check run: ./tools/scripts/set_lighthouse_urls.sh -p - name: Audit URLs using Lighthouse diff --git a/.github/workflows/test-website.yml b/.github/workflows/test-website.yml index e8811a33..06948264 100644 --- a/.github/workflows/test-website.yml +++ b/.github/workflows/test-website.yml @@ -16,7 +16,7 @@ jobs: if: github.repository == 'HTTPArchive/httparchive.org' steps: - name: Checkout branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0