From c311bf5a821093c7f92eeac2fe7419b6bf0bd86e Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 2 Mar 2024 22:13:02 +0100 Subject: [PATCH] Upgrade GitHub action workflows (cherry picked from commit 1245000eee577500069d2e048d32cc25bc7cbb1d) --- .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 66a33195..52d39494 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 d4a19cc0..ae52c3a7 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 WS, async HTTP client $RESOLVED_VERSION" config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo