Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4 (#19)
Browse files Browse the repository at this point in the history
also: fix #18,  fix #17, and bib typo

---------

thank you dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent bcd1b86 commit 4d2ac60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down
2 changes: 1 addition & 1 deletion CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ @users.noreply.github.com>
version = {v1.0.0},
year = {2024},
month = {12}

}
% reference for the package, and for the correlated inheritance model
@article{2023fogg_phylocoalsimulations,
author = {Fogg, John and Allman, Elizabeth S and An{\'e}, C{\'e}cile},
Expand Down

2 comments on commit 4d2ac60

@cecileane
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

first stable release, compatible with PhyloNetworks v1.0.0.

new features:
gene_edgemapping!, population_mappedto (now exported)

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/121223

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 4d2ac6026eb762f43bb07b91ede59e707fe404fc
git push origin v1.0.0

Please sign in to comment.