@ -8,7 +8,7 @@ on:
jobs:
deploy:
name: Deploy and release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
@ -30,7 +30,7 @@ jobs:
build_and_deploy:
name: Build and Deploy on Main Push
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
- name: Checkout Code
@ -17,7 +17,7 @@ on:
upgrade-dependency:
name: Upgrade dependency
pull-requests: write