Skip to content

Commit 7f6b3ae

Browse files
committed
Update ubuntu image to latest
1 parent 6692e23 commit 7f6b3ae

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111

1212
env:
1313
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}

Diff for: .github/workflows/change_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44

55
jobs:
66
check:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88

99
env:
1010
BROWSERSLIST_IGNORE_OLD_DATA: true

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
deploy:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313

1414
env:
1515
NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Diff for: .github/workflows/publish_branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: workflow_dispatch
44

55
jobs:
66
deploy:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88

99
env:
1010
NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Diff for: .github/workflows/publish_prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
deploy:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313

1414
env:
1515
NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Diff for: .github/workflows/snyk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches: [master]
55
jobs:
66
security:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
1010
- name: Use Node.js 18

0 commit comments

Comments
 (0)