Skip to content

Commit cb519ee

Browse files
mkurzmergify[bot]
authored andcommitted
Upgrade GitHub action workflows
(cherry picked from commit 2d04c24)
1 parent de2eded commit cb519ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Submit dependencies to GitHub
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323
ref: ${{ inputs.ref }}

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update_release_draft:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: release-drafter/release-drafter@v5
12+
- uses: release-drafter/release-drafter@v6
1313
with:
1414
name: "Play Ebean $RESOLVED_VERSION"
1515
config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo

0 commit comments

Comments
 (0)