forked from exercism/rust
-
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.
Merge pull request exercism#1261 from exercism/dependabot/github_acti…
…ons/actions/checkout-2.3.4 Bump actions/checkout from 2 to 2.3.4
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
steps: | ||
# Checks out a copy of your repository on the ubuntu-latest machine | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Ensure tool names are snake cased | ||
run: ./bin/lint_tool_file_names.sh | ||
|
@@ -49,13 +49,13 @@ jobs: | |
steps: | ||
# Checks out default branch locally so that it is available to the scripts. | ||
- name: Checkout main | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
with: | ||
ref: main | ||
|
||
# Checks out a copy of your repository on the ubuntu-latest machine | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Fetch configlet | ||
run: ./bin/fetch-configlet | ||
|
@@ -69,11 +69,11 @@ jobs: | |
|
||
steps: | ||
- name: Checkout main | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
with: | ||
ref: main | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Run markdown lint | ||
run: ./bin/lint_markdown.sh | ||
|
@@ -84,7 +84,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # 2.3.4 | ||
uses: actions/checkout@v2.3.4 # 2.3.4 | ||
|
||
- name: Run shellcheck | ||
uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # 1.0.0 | ||
|
@@ -102,13 +102,13 @@ jobs: | |
steps: | ||
# Checks out main locally so that it is available to the scripts. | ||
- name: Checkout main | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
with: | ||
ref: main | ||
|
||
# Checks out a copy of your repository on the ubuntu-latest machine | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Setup toolchain | ||
uses: actions-rs/[email protected] | ||
|
@@ -141,7 +141,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Setup toolchain | ||
uses: actions-rs/[email protected] | ||
|
@@ -172,12 +172,12 @@ jobs: | |
|
||
steps: | ||
- name: Checkout main | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
with: | ||
ref: main | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Setup toolchain | ||
uses: actions-rs/[email protected] | ||
|
@@ -208,13 +208,13 @@ jobs: | |
steps: | ||
# Checks out main locally so that it is available to the scripts. | ||
- name: Checkout main | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
with: | ||
ref: main | ||
|
||
# Checks out a copy of your repository on the ubuntu-latest machine | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Setup nightly toolchain | ||
uses: actions-rs/[email protected] | ||
|