diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8b0b241..5b49f86 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # important! - name: Cache Composer dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0781619..2ddd07d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.OBLAK_BOT_TOKEN }}