Skip to content

Commit

Permalink
Merge pull request #261 from playframework/mergify/bp/1.2.x/pr-260
Browse files Browse the repository at this point in the history
[1.2.x] Upgrade GitHub action workflows (backport #260) by @mkurz
  • Loading branch information
mkurz authored Mar 2, 2024
2 parents 89e6a9d + 34a22d3 commit 7c71149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 File Watch $RESOLVED_VERSION"
config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo
Expand Down

0 comments on commit 7c71149

Please sign in to comment.