mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2026-01-11 19:21:12 +03:00
Merge 0455afd504 into 62cb6ddc25
This commit is contained in:
commit
c813d984c9
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@v6
|
||||
|
|
|
|||
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@v6
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user