Skip to content

Commit

Permalink
Merge pull request #13 from jmuelbert/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-ruby-v1.1.2

Bump actions/setup-ruby from v1.1.1 to v1.1.2
  • Loading branch information
jmuelbert authored Oct 1, 2020
2 parents b2ad7b6 + 8327beb commit 2c44852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apidocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
path: gh-pages
ref: gh-pages
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
ruby-version: "2.7"
- name: Bundle install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
path: gh-pages
ref: gh-pages
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
ruby-version: "2.7"
- name: Bundle install
Expand Down

0 comments on commit 2c44852

Please sign in to comment.