Skip to content

Commit

Permalink
Merge pull request #16 from queryverse/julia-pkgbutler-updates
Browse files Browse the repository at this point in the history
Julia Package Butler Updates
  • Loading branch information
davidanthoff authored Feb 17, 2020
2 parents 57f76a7 + fe7ab45 commit 8a72c35
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jlpkgbutler-butler-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: "Run Package Butler"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1.3.0
version: 1.3.1
- uses: davidanthoff/julia-pkgbutler@releases/v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jlpkgbutler-ci-master-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
julia-arch: x86

steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jlpkgbutler-ci-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
julia-arch: x86

steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
Expand All @@ -34,6 +34,6 @@ jobs:
formatlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/julia-codeformat-lint@releases/v1
5 changes: 2 additions & 3 deletions .github/workflows/jlpkgbutler-codeformat-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/julia-codeformat@releases/v1
- name: Create Pull Request
uses: peter-evans/create-pull-request@v1.8.0
uses: peter-evans/create-pull-request@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Format files using DocumentFormat
title: '[AUTO] Format files using DocumentFormat'
body: '[DocumentFormat.jl](https://github.com/julia-vscode/DocumentFormat.jl) would suggest these formatting changes'
labels: no changelog
branch-suffix: none
2 changes: 1 addition & 1 deletion .github/workflows/jlpkgbutler-compathelper-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: julia-actions/setup-julia@latest
with:
version: 1.3.0
version: 1.3.1
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jlpkgbutler-docdeploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
docdeploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1.3.0
version: 1.3.1
- uses: julia-actions/julia-buildpkg@latest
env:
PYTHON: ""
Expand Down

0 comments on commit 8a72c35

Please sign in to comment.