chore(deps): update all dependencies

This commit is contained in:
renovate[bot]
2024-11-06 19:43:33 +01:00
committed by Wolfgang Walther
parent 3379ee3483
commit 4cc09c6b42
7 changed files with 22 additions and 22 deletions
+8 -8
View File
@@ -52,7 +52,7 @@ jobs:
arm:
name: Build / Cabal - aarch64 GHC 9.4.8
if: vars.SSH_ARM_ENABLED
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
remotepath: ${{ steps.Remote-Dir.outputs.remotepath }}
env:
@@ -122,7 +122,7 @@ jobs:
(needs.arm.result == 'skipped' || success())
permissions:
contents: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- docs
- test
@@ -155,7 +155,7 @@ jobs:
startsWith(github.ref, 'refs/tags/') &&
needs.build.result == 'success' &&
(needs.arm.result == 'skipped' || success())
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- build
- arm
@@ -194,7 +194,7 @@ jobs:
name: Release / GitHub
permissions:
contents: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- prepare
if: success() || needs.prepare.result == 'success'
@@ -262,7 +262,7 @@ jobs:
docker:
name: Release / Docker Hub
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- prepare
if: |
@@ -298,7 +298,7 @@ jobs:
docker-description:
name: Release / Docker Hub Description
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: |
vars.DOCKER_REPO && vars.DOCKER_USER &&
github.ref == 'refs/tags/devel'
@@ -315,7 +315,7 @@ jobs:
docker-arm:
name: Release / Docker Hub Arm
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- arm
- docker
@@ -346,7 +346,7 @@ jobs:
- arm
- docker-arm
if: ${{ always() && vars.SSH_ARM_ENABLED }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
REMOTE_DIR: ${{ needs.arm.outputs.remotepath }}
steps: