Skip to content

Commit

Permalink
MNT: checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Feb 20, 2024
1 parent 73b9b40 commit 7e2b09f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-book-pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
shell: bash -l {0}
steps:
- name: checkout files in repo
uses: actions/checkout@main
uses: actions/checkout@v3
- name: remove Dockerfile
run: |
rm binder/Dockerfile
Expand All @@ -45,6 +45,7 @@ jobs:
DOCKER_REGISTRY: "ghcr.io"
PUBLIC_REGISTRY_CHECK: true
APPENDIX_FILE: "binder/appendix.txt"
REPO2DOCKER_EXTRA_ARGS: --Repo2Docker.base_image=docker.io/library/buildpack-deps:bionic
- name: list docker images
run: |
docker image ls -a
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout files in repo
uses: actions/checkout@main
uses: actions/checkout@v3
- name: remove Dockerfile
run: |
rm binder/Dockerfile
Expand All @@ -53,7 +53,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Build the book
run: |
# copy baltrad notebooks to book dir
Expand Down

0 comments on commit 7e2b09f

Please sign in to comment.