Skip to content

Commit 6e5d9a0

Browse files
committed
Bump the version of actions/checkout
1 parent 5dcd3f3 commit 6e5d9a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
os: [ windows-2022]
120120

121121
steps:
122-
- uses: actions/checkout@v2
122+
- uses: actions/checkout@v3
123123

124124
- name: install mamba
125125
uses: mamba-org/provision-with-micromamba@main
@@ -158,7 +158,7 @@ jobs:
158158
emsdk_ver: ["3.1.45"]
159159

160160
steps:
161-
- uses: actions/checkout@v2
161+
- uses: actions/checkout@v3
162162

163163
- name: Install mamba
164164
uses: mamba-org/provision-with-micromamba@main

0 commit comments

Comments
 (0)