diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f93aa30..276421f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Check out Baton - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/private-runtime.yml b/.github/workflows/private-runtime.yml index c4b80a3..b7c9439 100644 --- a/.github/workflows/private-runtime.yml +++ b/.github/workflows/private-runtime.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Check out Baton - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up PHP uses: shivammathur/setup-php@v2