Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
projectorigin-renovate[bot] authored Nov 18, 2024
1 parent b871f67 commit 5f9d714
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-nuget-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
publish-nuget-package:
name: Build and publish nuget package
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-push-container-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
jobs:
publish-server-container:
name: Publish Wallet Server container
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
project: src/ProjectOrigin.WalletSystem.Server
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
jobs:
publish-chart:
name: Publish helm chart
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
CHART_FOLDER: charts/project-origin-registry
HELM_REGISTRY_REPOSITORY: project-origin/helm-registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-publish-nuget-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
publish-nuget-package:
name: Publish nupkg artifacts to NuGet
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
nuget_path: nuget-packages
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-sonarcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: sonar-analysis
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-tag-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
define-version:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.output-version.outputs.version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-verify-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
verify-chart:
name: Verify chart with local built container
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-verify-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
verify-code:
name: Verifies code formatting, builds, and runs unit tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-verify-devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
test-devcontainer:
name: Verify devcontainer works
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-verify-renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
verify-renovate-config:
name: Verify Renovate config
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Expand Down

0 comments on commit 5f9d714

Please sign in to comment.