mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-07 07:00:48 +03:00
chore(deps): update dependency ubuntu to v24
This commit is contained in:
parent
07bd4476b2
commit
7aab457faf
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: 'ubuntu-22.04'
|
||||
runs-on: 'ubuntu-24.04'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -10,7 +10,7 @@ permissions: write-all
|
|||
jobs:
|
||||
release:
|
||||
name: Release
|
||||
runs-on: 'ubuntu-22.04'
|
||||
runs-on: 'ubuntu-24.04'
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue
Block a user