Skip to content

Commit

Permalink
Merge pull request JuliaLinearAlgebra#136 from JuliaLinearAlgebra/dep…
Browse files Browse the repository at this point in the history
…endabot/github_actions/actions/checkout-4.1.1

Bump actions/checkout from 3.5.3 to 4.1.1
  • Loading branch information
ViralBShah authored Nov 1, 2023
2 parents 54bc66a + 4615f94 commit 401c29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/FutureTagbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
persist-credentials: true
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
julia-arch: x86

steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
Expand Down

0 comments on commit 401c29c

Please sign in to comment.