diff --git a/.github/workflows/npm-build.yml b/.github/workflows/npm-build.yml index 55293f9d..667bd2ff 100644 --- a/.github/workflows/npm-build.yml +++ b/.github/workflows/npm-build.yml @@ -11,7 +11,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Setup PHP (for Ziggy)" uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/npm-format-check.yml b/.github/workflows/npm-format-check.yml index 088e5211..2b7e0cdd 100644 --- a/.github/workflows/npm-format-check.yml +++ b/.github/workflows/npm-format-check.yml @@ -9,7 +9,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Use Node.js" uses: actions/setup-node@v4 diff --git a/.github/workflows/npm-lint.yml b/.github/workflows/npm-lint.yml index 28f4c28a..326632fd 100644 --- a/.github/workflows/npm-lint.yml +++ b/.github/workflows/npm-lint.yml @@ -11,7 +11,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Use Node.js" uses: actions/setup-node@v4 diff --git a/.github/workflows/npm-publish-api.yml b/.github/workflows/npm-publish-api.yml index a1b9501b..795a6694 100644 --- a/.github/workflows/npm-publish-api.yml +++ b/.github/workflows/npm-publish-api.yml @@ -11,7 +11,7 @@ jobs: id-token: write steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Setup .npmrc file to publish to npm - name: Install root project dependencies run: npm ci diff --git a/.github/workflows/npm-publish-ui.yml b/.github/workflows/npm-publish-ui.yml index 75e851c3..283082db 100644 --- a/.github/workflows/npm-publish-ui.yml +++ b/.github/workflows/npm-publish-ui.yml @@ -11,7 +11,7 @@ jobs: id-token: write steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Setup .npmrc file to publish to npm - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/npm-typecheck.yml b/.github/workflows/npm-typecheck.yml index ead03a74..e725f136 100644 --- a/.github/workflows/npm-typecheck.yml +++ b/.github/workflows/npm-typecheck.yml @@ -10,7 +10,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Setup PHP (for Ziggy)" uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index dee510a7..d754f913 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -9,7 +9,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Setup PHP" uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 3f11c160..5ca59bb5 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -36,7 +36,7 @@ jobs: --health-retries 5 steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Setup PHP" uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/pint.yml b/.github/workflows/pint.yml index cc417c76..d4b58738 100644 --- a/.github/workflows/pint.yml +++ b/.github/workflows/pint.yml @@ -9,7 +9,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Check code style" uses: aglipanci/laravel-pint-action@2.5 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 56b043c4..f6cedc10 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -31,7 +31,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Setup node" uses: actions/setup-node@v4