diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db5b1c4d4..3878c4b33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use PHP ${{ matrix.php }} uses: shivammathur/setup-php@2.37.2 diff --git a/.github/workflows/update-certificates.yml b/.github/workflows/update-certificates.yml index 89d71cca9..aebcf69d5 100644 --- a/.github/workflows/update-certificates.yml +++ b/.github/workflows/update-certificates.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get current certificate bundle working-directory: ./includes/vendor/rmccue/requests/certificates diff --git a/.github/workflows/update-geoip.yml b/.github/workflows/update-geoip.yml index 7dddb18de..82304bc22 100644 --- a/.github/workflows/update-geoip.yml +++ b/.github/workflows/update-geoip.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Generate token uses: tibdex/github-app-token@v2