Skip to content

Commit

Permalink
Revert "Bump actions/checkout from 3 to 4" (#110)
Browse files Browse the repository at this point in the history
Revert "Bump actions/checkout from 3 to 4 (#105)"

This reverts commit 9d0326d.
  • Loading branch information
kmuehlbauer committed Feb 26, 2024
1 parent 9d0326d commit 0b0bf90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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@v4
uses: actions/checkout@v3
- name: remove Dockerfile
run: |
rm binder/Dockerfile
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@v4
uses: actions/checkout@v3
- name: remove Dockerfile
run: |
rm binder/Dockerfile
Expand All @@ -54,7 +54,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 0b0bf90

Please sign in to comment.