Skip to content

Commit

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

Bump actions/checkout from 2.3.4 to 2.3.5
  • Loading branch information
geemus committed Oct 15, 2021
2 parents 8551154 + dba6395 commit eaef1c5
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.3.4
- uses: actions/checkout@v2.3.5
- 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.3.4
- uses: actions/checkout@v2.3.5
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit eaef1c5

Please sign in to comment.