diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d17234..9cb6a91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Setup PHP uses: shivammathur/setup-php@2.37.2 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a7c7aa9..d61bad1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - name: Setup Node