diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e817467..6189ccf 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -11,7 +11,7 @@ jobs: matrix: php-version: [ "8.3" ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index c61946d..fc1a46c 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run typos uses: crate-ci/typos@v1.45.0