diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7506c8..df01033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - '8.1' - '8.2' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdad1a6..c5b6886 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: if: github.repository_owner == 'nstwfdev' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false fetch-depth: 0