Skip to content

Commit

Permalink
Merge pull request #41 from cossio/dependabot/github_actions/all-deps…
Browse files Browse the repository at this point in the history
…-f55746d89c

Bump the all-deps group with 2 updates
  • Loading branch information
cossio authored Mar 4, 2024
2 parents cd172b7 + d66fd8a commit 697f3bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd
- uses: julia-actions/setup-julia@ac0d62164df5a47de404f4e96ce86a1a28a28d56
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
DATADEPS_ALWAYS_ACCEPT: true
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd
- uses: julia-actions/setup-julia@ac0d62164df5a47de404f4e96ce86a1a28a28d56
with:
version: '1'
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
version: ['1']
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd
- uses: julia-actions/setup-julia@ac0d62164df5a47de404f4e96ce86a1a28a28d56
with:
version: ${{ matrix.version }}
- uses: julia-actions/julia-downgrade-compat@52a1b57e466c0417be1dab70dd771bbb514bd76a
- uses: julia-actions/julia-downgrade-compat@a14e4360fde479696aacfa6f2b6b8ff538cd6c0f
with:
skip: Statistics,Random,LinearAlgebra,Test
- uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0
Expand Down

0 comments on commit 697f3bf

Please sign in to comment.