Skip to content

Commit

Permalink
Switch to v3 of github action
Browse files Browse the repository at this point in the history
Node deprecation
  • Loading branch information
johanvdw committed Apr 17, 2024
1 parent 123c5da commit ae969e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Build and Deploy documentation
on:
push:
branches: [master, repair_docs]
branches: [master]
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v3

- name: get build deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: [true]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: build package
run: |
sudo apt-get -y install libgdal-dev gdal-bin pandoc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
miniconda-version: "latest"
environment-file:
- name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v3
- name: PowerShell
shell: powershell
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
fail-fast: [false]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit ae969e6

Please sign in to comment.