We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810f465 commit 7c6ab93Copy full SHA for 7c6ab93
1 file changed
.github/workflows/deploy.yaml
@@ -7,9 +7,9 @@ on:
7
8
jobs:
9
build:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
14
- name: Install dependencies
15
run: |
0 commit comments