Skip to content

Commit

Permalink
Update files from .github to v0.8.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored and actions-user committed Nov 17, 2020
1 parent 48e4edb commit 766c6eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Scala
uses: olafurpg/setup-scala@v7
uses: olafurpg/setup-scala@v10
- name: Setup Ruby
uses: actions/setup-ruby@v1
- name: Setup yq
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Fetch tags
run: git fetch --tags
- name: Setup Scala
uses: olafurpg/setup-scala@v7
uses: olafurpg/setup-scala@v10
- name: Setup Ruby
uses: actions/setup-ruby@v1
- name: Setup github-changelog-generator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Fetch tags
run: git fetch --tags
- name: Setup Scala
uses: olafurpg/setup-scala@v7
uses: olafurpg/setup-scala@v10
- name: Setup Ruby
uses: actions/setup-ruby@v1
- name: Setup GPG
Expand Down

0 comments on commit 766c6eb

Please sign in to comment.