diff --git a/.github/workflows/composer-lock-diff.yml b/.github/workflows/composer-lock-diff.yml index 8dc20e9..439fd2f 100644 --- a/.github/workflows/composer-lock-diff.yml +++ b/.github/workflows/composer-lock-diff.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 # Required to make it possible to compare with PR base branch diff --git a/.github/workflows/npm-lock-diff.yml b/.github/workflows/npm-lock-diff.yml index 50a573a..1b8a078 100644 --- a/.github/workflows/npm-lock-diff.yml +++ b/.github/workflows/npm-lock-diff.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Required to make it possible to compare with PR base branch - name: NPM Lockfile Changes