diff --git a/.github/workflows/monitoring.yml b/.github/workflows/monitoring.yml index b4974a8b..29957ad2 100644 --- a/.github/workflows/monitoring.yml +++ b/.github/workflows/monitoring.yml @@ -15,10 +15,10 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: "Set up Python" - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.x" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a2f97f8d..b29cc63f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,13 +29,13 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Fetch some commits for Scrutinizer coverage upload fetch-depth: 15 - name: Use Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} @@ -58,7 +58,7 @@ jobs: run: coverage xml - name: Send coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 # Do not run this step on forked versions of the main repository (example: contributor forks) if: github.repository == 'phpmyadmin/website' with: