diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index 1d348bc..160d698 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' }} 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 46eeef5..b49c2d6 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 Mailer $RESOLVED_VERSION" config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo