Skip to content

Commit 723f90d

Browse files
authored
Merge pull request #153 from QuLogic/update-workflows
Update deploy workflow dependencies
2 parents 8ea6a06 + 4da2c83 commit 723f90d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99

1010
jobs:
1111
deploy:
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: Install Python
1818
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)