Skip to content

Commit 76d4df8

Browse files
authored
Checkout v2
1 parent b3e409c commit 76d4df8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can run this action by using the ``with:`` block
103103

104104
```
105105
steps:
106-
- uses: actions/checkout@v1
106+
- uses: actions/checkout@v2
107107
- name: Insert to database
108108
uses: limelight-development/[email protected]
109109
with:
@@ -120,7 +120,7 @@ or by using the ``env:`` block for environment variables
120120

121121
```
122122
steps:
123-
- uses: actions/checkout@v1
123+
- uses: actions/checkout@v2
124124
- name: Insert to database
125125
uses: limelight-development/[email protected]
126126
env:
@@ -146,7 +146,7 @@ jobs:
146146
runs-on: ubuntu-latest
147147
148148
steps:
149-
- uses: actions/checkout@v1
149+
- uses: actions/checkout@v2
150150
- name: Insert to database
151151
uses: limelight-development/[email protected]
152152
with:

0 commit comments

Comments
 (0)