Skip to content

Commit df20823

Browse files
Bump actions/checkout from 4 to 5 (#29)
* Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update aluminium_dftk.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael F. Herbst <[email protected]>
1 parent 2a01d10 commit df20823

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
arch:
2727
- x64
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- uses: julia-actions/setup-julia@v2
3131
with:
3232
version: ${{ matrix.version }}
@@ -46,7 +46,7 @@ jobs:
4646
contents: write
4747
statuses: write
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
- uses: julia-actions/setup-julia@v2
5151
with:
5252
version: '1'

docs/src/examples/aluminium_dftk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package.
2222
using DFTK
2323
using PseudoPotentialData
2424
25-
pseudopotentials = PseudoFamily("dojo.nc.sr.lda.v0_4_1.oncvpsp3.standard.upf")
25+
pseudopotentials = PseudoFamily("dojo.nc.sr.lda.v0_4_1.standard.upf")
2626
model_kwargs = (; functionals=LDA(), temperature=1e-3, pseudopotentials)
2727
basis_kwargs = (; kgrid=(3, 3, 3), Ecut=10.0)
2828
scf_kwargs = (; mixing=KerkerMixing())

0 commit comments

Comments
 (0)