From df19780d9d93aad0ae06298d7a10e80d60fdd16c Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 2 Mar 2024 22:09:52 +0100 Subject: [PATCH] Upgrade GitHub action workflows (cherry picked from commit 2afd845c82704f6d80ef1b35450a3a8dec2bdbee) --- .github/workflows/dependency-graph.yml | 2 +- .github/workflows/release-drafter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index 5365b9bc..74cf43e6 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -17,7 +17,7 @@ jobs: name: Submit dependencies to GitHub runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ inputs.ref }} diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index ce5bbed1..90c9c782 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v5 + - uses: release-drafter/release-drafter@v6 with: name: "Play JSON $RESOLVED_VERSION" config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo