Skip to content

Commit

Permalink
fork changes (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Feb 13, 2024
1 parent 52a1b57 commit eb15419
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# julia-downgrade-compat-action
# julia-downgrade-compat

**Easy-peasy checking of compat lower bounds in your Julia package.**

Expand Down Expand Up @@ -35,7 +35,7 @@ bounds are too low.
## Usage

```yaml
- uses: cjdoris/julia-downgrade-compat-action@v1
- uses: julia-actions/julia-downgrade-compat@v1
with:
# Comma-separated list of packages to not downgrade. This should include any
# standard libraries because these have versions tied to the Julia version.
Expand All @@ -61,11 +61,11 @@ jobs:
matrix:
version: ['1', '1.6']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
- uses: cjdoris/julia-downgrade-compat-action@v1
- uses: julia-actions/julia-downgrade-compat@v1
if: ${{ matrix.version == '1.6' }}
with:
skip: Pkg,TOML
Expand Down

0 comments on commit eb15419

Please sign in to comment.