chore: update workflows

This commit is contained in:
dessant
2025-12-12 15:28:38 +02:00
parent abfc37fb4a
commit cf57487c97
2 changed files with 4 additions and 3 deletions

View File

@@ -18,4 +18,4 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v4
- uses: dessant/label-actions@v5

View File

@@ -8,14 +8,15 @@ on:
jobs:
release:
name: Release on GitHub
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
- name: Create GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
body: >
Learn more about this release from the [changelog](https://github.com/dessant/label-actions/blob/main/CHANGELOG.md#changelog).
draft: true