mirror of
https://github.com/actions/checkout.git
synced 2025-04-19 00:56:45 +00:00
update examples to reference v2 tag (#110)
This commit is contained in:
parent
3537747199
commit
722adc63f1
3 changed files with 8 additions and 8 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
steps:
|
||||
# Clone this repo
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2-beta
|
||||
uses: actions/checkout@v2
|
||||
|
||||
# Basic checkout
|
||||
- name: Basic checkout
|
||||
|
@ -89,7 +89,7 @@ jobs:
|
|||
steps:
|
||||
# Clone this repo
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2-beta
|
||||
uses: actions/checkout@v2
|
||||
|
||||
# Basic checkout
|
||||
- name: Basic checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue