Skip to content

Commit

Permalink
Merge pull request #81 from JuliaDocs/80-pin-bibinternal
Browse files Browse the repository at this point in the history
Pin BibInternal to v0.3.6
  • Loading branch information
goerz authored Nov 14, 2024
2 parents 3f157e3 + f3a3e24 commit c05bbed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
- uses: actions/upload-artifact@v4
with:
name: manifest-${{ matrix.os }}
path: test/Manifest.toml
testoldest:
name: Test Lower Compat Bounds
runs-on: ubuntu-latest
Expand Down Expand Up @@ -81,6 +85,7 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
statuses: write
pages: write
Expand Down
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "1.3.4+dev"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
BibInternal = "2027ae74-3657-4b95-ae00-e2f7d55c3e64"
Bibliography = "f1be7e48-bf82-45af-a471-ae754a193061"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand All @@ -16,6 +17,7 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

[compat]
AbstractTrees = "0.4"
BibInternal = "=0.3.6"
Bibliography = "0.2.15"
Dates = "1"
Documenter = "1"
Expand Down

0 comments on commit c05bbed

Please sign in to comment.