From 007fb31a8f60465e4786f101afba9a20ae7e7a42 Mon Sep 17 00:00:00 2001 From: Maarten Bruna <14947039+ictbeheer@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:37:24 +0200 Subject: [PATCH] fix --- .github/workflows/composer-lock-diff.yml | 2 +- .github/workflows/npm-lock-diff.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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