diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 57ce4e6..07deb59 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -5,13 +5,13 @@ on: branches: - "master" schedule: - - cron: '0 6 * * 5' + - cron: "0 6 * * 5" workflow_dispatch: jobs: pre-release: name: "Pre-release" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 @@ -67,5 +67,5 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: branch: ${{ github.ref_name }} - commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }}' + commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }}" file_pattern: CHANGELOG.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88f3ceb..a84cdda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: tagged-release: name: "Tagged Release" - runs-on: "ubuntu-22.04" + runs-on: "ubuntu-24.04" steps: - uses: actions/checkout@v3