diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cb6a91..04e0103 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Setup PHP uses: shivammathur/setup-php@2.37.2 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d61bad1..358720c 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@v7.0.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - name: Setup Node