diff --git a/.github/workflows/composer-diff.yml b/.github/workflows/composer-diff.yml index f2348f0ff4..616bfd8deb 100644 --- a/.github/workflows/composer-diff.yml +++ b/.github/workflows/composer-diff.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Required to make it possible to compare with PR base branch diff --git a/.github/workflows/jira-dependabot.yml b/.github/workflows/jira-dependabot.yml index 2e64ea1796..bb5a64945c 100644 --- a/.github/workflows/jira-dependabot.yml +++ b/.github/workflows/jira-dependabot.yml @@ -14,7 +14,7 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'Dependencies') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }}