Skip to content

Commit

Permalink
Merge 4116403 into 2227eea
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
2 parents 2227eea + 4116403 commit 2840382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
continue-on-error: ${{ matrix.version == 'nightly' }}
steps:
- name: Git checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Julia
uses: julia-actions/setup-julia@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Julia
uses: julia-actions/setup-julia@latest
with:
Expand Down

0 comments on commit 2840382

Please sign in to comment.