Skip to content

Commit

Permalink
Update actions/checkout action to v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and LucasLarson committed Nov 4, 2020
1 parent bb50f37 commit ec9e282
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 4
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
- name: Set up Ruby
uses: actions/setup-ruby@v1.1.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checklinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.8
with:
use-verbose-mode: 'yes'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2.3.3
uses: actions/checkout@v2.3.4

################################
# Run Linter against code base #
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v2.3.4
- name: YAML Lint
uses: ibiqlik/action-yamllint@v2.0.0
with:
Expand Down

0 comments on commit ec9e282

Please sign in to comment.