Skip to content

Commit 30acd7d

Browse files
authored
Merge pull request #114 from AllenDang/dependabot/github_actions/actions/checkout-3.3.0
build(deps): bump actions/checkout from 2.3.4 to 3.3.0
2 parents 684d829 + 1579a8d commit 30acd7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
sudo apt-get install -y luajit
1616
- name: Checkout out source code
17-
uses: actions/checkout@v2.3.4
17+
uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
2020
submodules: 'recursive'
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
go-version: '1.19.x'
4848
- name: Checkout out source code
49-
uses: actions/checkout@v2.3.4
49+
uses: actions/checkout@v3
5050
with:
5151
fetch-depth: 0
5252
submodules: 'recursive'

0 commit comments

Comments
 (0)