Skip to content

Commit

Permalink
Merge pull request exercism#1261 from exercism/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
  • Loading branch information
coriolinus authored May 12, 2021
2 parents ae76b1c + 6e89260 commit 19b0db8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 19b0db8

Please sign in to comment.