Skip to content

Commit

Permalink
chore(deps): Bump julia-actions/julia-buildpkg from 1.6.0 to 1.7.0 (#60)
Browse files Browse the repository at this point in the history
Bumps [julia-actions/julia-buildpkg](https://github.com/julia-actions/julia-buildpkg) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/julia-actions/julia-buildpkg/releases)
- [Commits](julia-actions/julia-buildpkg@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: julia-actions/julia-buildpkg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 7930b60 commit fd71216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
version: ${{ matrix.version }}
arch: "x64"
- name: Build a package
uses: julia-actions/julia-buildpkg@v1.6.0
uses: julia-actions/julia-buildpkg@v1.7.0
- name: Run tests
uses: julia-actions/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
version: "1" # automatically expands to the latest stable release of Julia
- name: Build a package
uses: julia-actions/julia-buildpkg@v1.6.0
uses: julia-actions/julia-buildpkg@v1.7.0
- name: Deploy
uses: julia-actions/[email protected]
if: github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit fd71216

Please sign in to comment.