Skip to content

Commit f8772a5

Browse files
author
Ehsan M. Kermani
committed
Upgrade actions to latest
1 parent 52b0826 commit f8772a5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ env:
1212
jobs:
1313
style:
1414
name: Style Check
15-
runs-on: ubuntu-18.04
15+
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Install Rust
2121
uses: actions-rs/toolchain@v1
@@ -32,9 +32,9 @@ jobs:
3232
args: --all -- --check
3333

3434
build:
35-
runs-on: ubuntu-18.04
35+
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838
- name: Install LLVM
3939
run: |
4040
wget https://apt.llvm.org/llvm.sh

.github/workflows/gh-pages.yml

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

88
jobs:
99
deploy:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Setup mdBook
1414
uses: peaceiris/actions-mdbook@v1
1515
with:

0 commit comments

Comments
 (0)