Skip to content

Commit 24d9d9f

Browse files
authored
chore: update actions/checkout action to v3 (#104)
1 parent 8c71411 commit 24d9d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Build
1717
run: cargo build --verbose
1818
- name: Build with OTel feature
@@ -25,4 +25,4 @@ jobs:
2525
uses: actions-rs/cargo@v1
2626
with:
2727
command: fmt
28-
args: --all -- --check
28+
args: --all -- --check

0 commit comments

Comments
 (0)