Skip to content

Commit

Permalink
build(deps): update dependency ubuntu to v24 (#748)
Browse files Browse the repository at this point in the history
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
  • Loading branch information
serious-scaffold[bot] authored Oct 15, 2024
1 parent 28f72f1 commit 6b26981
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# renovate: github-runner
- macos-14
# renovate: github-runner
- ubuntu-22.04
- ubuntu-24.04
# renovate: github-runner
- windows-2022
python-version:
Expand All @@ -46,7 +46,7 @@ jobs:
- '3.13'
consistency:
if: ${{ !cancelled() && ! failure() }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: env | sort
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
commitlint:
container:
image: commitlint/commitlint:19.5.0@sha256:49d2b9f47d7f8534b8863d19f6f901b4dd33b2f53ddb310a9a95230ffd12426a
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: env | sort
- name: Validate the latest commit message with commitlint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dev-container-publish:
permissions:
packages: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: env | sort
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readthedocs-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
documentation-links:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Add Read the Docs preview's link to pull request
uses: readthedocs/actions/preview@cc0920454cf03ca8a3fbd3cbaa2ce2e509e70636 # v1.2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
pages-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand All @@ -36,15 +36,15 @@ jobs:
permissions:
id-token: write
pages: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- id: deployment
name: Deploy to GitHub Pages
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
container-publish:
permissions:
packages: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: env | sort
- name: Checkout repository
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- '3.12'
- '3.13'
package-publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
RENOVATE_REPOSITORY_CACHE: enabled
image: ghcr.io/renovatebot/renovate:38.120.1@sha256:ebf0c727f1a6f41d19dafccfc78107439223727bdedb3b00d06c28cb9397ac15
options: '--user root'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: env | sort
- id: generate-token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
semantic-release:
name: Semantic Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
# Ensure CI workflow is succeeded and avoid semantic release on forked repository
if: github.event.workflow_run.conclusion == 'success' && github.repository == 'serious-scaffold/ss-python'
permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
[%- endif %]
[%- if "ubuntu" in platforms %]
# renovate: github-runner
- ubuntu-22.04
- ubuntu-24.04
[%- endif %]
[%- if "windows" in platforms %]
# renovate: github-runner
Expand All @@ -64,7 +64,7 @@ jobs:
[%- if project_name == "Serious Scaffold Python" %]
consistency:
if: {{ '${{ !cancelled() && ! failure() }}' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: env | sort
- name: Checkout repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
commitlint:
container:
image: commitlint/commitlint:19.5.0@sha256:49d2b9f47d7f8534b8863d19f6f901b4dd33b2f53ddb310a9a95230ffd12426a
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: env | sort
- name: Validate the latest commit message with commitlint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
dev-container-publish:
permissions:
packages: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: env | sort
- name: Checkout repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ concurrency:
group: {{ '${{ github.workflow }}-${{ github.ref }}' }}
jobs:
documentation-links:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Add Read the Docs preview's link to pull request
uses: readthedocs/actions/preview@cc0920454cf03ca8a3fbd3cbaa2ce2e509e70636 # v1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
pages-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand All @@ -37,15 +37,15 @@ jobs:
permissions:
id-token: write
pages: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- id: deployment
name: Deploy to GitHub Pages
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
container-publish:
permissions:
packages: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: env | sort
- name: Checkout repository
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- '3.13'
[%- endif %]
package-publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
RENOVATE_REPOSITORY_CACHE: enabled
image: ghcr.io/renovatebot/renovate:38.120.1@sha256:ebf0c727f1a6f41d19dafccfc78107439223727bdedb3b00d06c28cb9397ac15
options: '--user root'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: env | sort
- id: generate-token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
semantic-release:
name: Semantic Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
# Ensure CI workflow is succeeded and avoid semantic release on forked repository
if: github.event.workflow_run.conclusion == 'success' && github.repository == '{{ repo_namespace }}/{{ repo_name }}'
permissions:
Expand Down

0 comments on commit 6b26981

Please sign in to comment.