This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
forked from arevak/role-asdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(GITHUB): use checkout action v2 tag
- Loading branch information
1 parent
7dbd629
commit 9b3f9c0
Showing
1 changed file
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,9 @@ jobs: | |
steps: | ||
- name: Release -- Checkout Repository | ||
if: contains(github.ref, '/tags/v') | ||
uses: actions/[email protected] | ||
uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Release -- Setup Environment | ||
if: contains(github.ref, '/tags/v') | ||
|
@@ -72,7 +74,7 @@ jobs: | |
|
||
steps: | ||
- name: Documentation Test -- Checkout Repository | ||
uses: actions/checkout@v2.4.0 | ||
uses: actions/checkout@v2 | ||
|
||
- name: Documentation Test -- Setup Environment | ||
run: | | ||
|
@@ -106,7 +108,7 @@ jobs: | |
|
||
steps: | ||
- name: Molecule Lint -- Checkout Repository | ||
uses: actions/checkout@v2.4.0 | ||
uses: actions/checkout@v2 | ||
|
||
- name: Molecule Lint -- Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v1 | ||
|
@@ -151,7 +153,7 @@ jobs: | |
|
||
steps: | ||
- name: OSX Build -- Checkout | ||
uses: actions/checkout@v2.4.0 | ||
uses: actions/checkout@v2 | ||
|
||
- name: OSX Build -- Setup python | ||
uses: actions/setup-python@v2 | ||
|
@@ -195,7 +197,9 @@ jobs: | |
|
||
steps: | ||
- name: Security Test -- Checkout Repository | ||
uses: actions/[email protected] | ||
uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Security Test -- Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v1 | ||
|
@@ -233,7 +237,7 @@ jobs: | |
|
||
steps: | ||
- name: Start -- Checkout Repository | ||
uses: actions/checkout@v2.4.0 | ||
uses: actions/checkout@v2 | ||
|
||
- name: Start -- Setup Environment | ||
run: | | ||
|
@@ -257,7 +261,7 @@ jobs: | |
|
||
steps: | ||
- name: Success -- Checkout Repository | ||
uses: actions/checkout@v2.4.0 | ||
uses: actions/checkout@v2 | ||
|
||
- name: Success -- Setup Environment | ||
run: | | ||
|
@@ -280,7 +284,7 @@ jobs: | |
|
||
steps: | ||
- name: Workflow Lint -- Checkout Repository | ||
uses: actions/checkout@v2.4.0 | ||
uses: actions/checkout@v2 | ||
|
||
- name: Workflow Lint -- Setup Environment | ||
run: | | ||
|