Skip to content

Commit

Permalink
Merge pull request #749 from excon/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
  • Loading branch information
geemus committed May 12, 2021
2 parents ca1b6c1 + 1a11afb commit 71f999a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certs.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
certs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
timeout-minutes: 5

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 71f999a

Please sign in to comment.