Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent fa3e713 commit 5a328a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Untagged container cleanup
permissions:
packages: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
package: [bitnami/postgresql, bitnami/postgresql-ha, bitnami/pgpool, mongo, postgres]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
checks:
name: Dockerfile Checks
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
json: ${{ steps.dockerfiles.outputs.json }}
steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
if: ${{ needs.checks.outputs.json }}
permissions:
packages: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
include: ${{ fromJSON(needs.checks.outputs.json) }}
Expand All @@ -73,7 +73,7 @@ jobs:
name: PR Results
needs: [checks, builds]
if: always() && (!failure()) && (!cancelled())
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
pull-requests: write
timeout-minutes: 1
Expand Down

0 comments on commit 5a328a4

Please sign in to comment.