diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2938ba2..27debe2 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@v4.1.1 + uses: actions/checkout@v6.0.3 with: fetch-depth: 0 # important! - name: Cache Composer dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8c0763..2595c64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.OBLAKBOT_PAT }}