Skip to content

Commit 091ac98

Browse files
committed
chore: update github actions runner OS
1 parent 000cbc6 commit 091ac98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- deploy
77
jobs:
88
deploy:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
1212

@@ -20,7 +20,7 @@ jobs:
2020
run: echo "::set-output name=dir::$(yarn cache dir)"
2121

2222
- name: Cache dependencies
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
2626
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
deploy:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
1616

0 commit comments

Comments
 (0)