Skip to content

Commit

Permalink
Merge pull request #640 from falgon/ci-update-actinos-cache
Browse files Browse the repository at this point in the history
update cache version to v4 and using ubuntu24.04
  • Loading branch information
kodiakhq[bot] authored Jan 8, 2025
2 parents fe4bd9c + 0d7a29c commit 46b71de
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '.gitignore'
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
permissions:
repository-projects: read
contents: read
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
packages: libxml2-utils
version: 1.0
- name: snap cache
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-snap-packages
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
permissions:
repository-projects: read
contents: read
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
packages: libxml2-utils parallel
version: 1.0
- name: snap cache
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-snap-packages
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haddock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
branches: [master]
jobs:
haddock:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: github.repository == 'falgon/roki-web'
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manually-gh-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
COMPOSE_DOCKER_CLI_BUILD: 1
jobs:
setup:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: github.repository == 'falgon/roki-web'
outputs:
img_tag: ${{ steps.img_tag_step.outputs.name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/psi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
default: 'ja_JP'
jobs:
check_psi:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: github.repository == 'falgon/roki-web'
steps:
- uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:
with:
node-version: '${{ steps.nvmrc.outputs.node_version }}'
- name: PSI module cache
uses: actions/cache@v3
uses: actions/cache@v4
id: psi-cache
with:
path: '**/node_modules'
Expand Down

0 comments on commit 46b71de

Please sign in to comment.