Skip to content

Commit

Permalink
ci: upgrade release please and checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose authored Feb 21, 2024
1 parent 944a256 commit a5f065d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -30,7 +30,7 @@ jobs:
os: ${{ fromJSON(vars.BUILD_OS)}}
python-version: ${{ fromJSON(vars.PYTHON_VERSIONS)}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python }}
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
#needs: continuous-integration
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
cp CHANGELOG.md docs/source/getting_started/CHANGELOG.md
docker build . -t=lsdocs -f docs/Dockerfile
Expand All @@ -65,7 +65,7 @@ jobs:
needs: documentation-test
if: github.ref == 'refs/heads/master'
steps:
- uses: GoogleCloudPlatform/release-please-action@v3.5.0
- uses: GoogleCloudPlatform/release-please-action@4
id: release
with:
release-type: python
Expand All @@ -79,7 +79,7 @@ jobs:
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
cp CHANGELOG.md docs/source/getting_started/CHANGELOG.md
docker build . -t=lsdocs -f docs/Dockerfile
Expand All @@ -105,7 +105,7 @@ jobs:
auto-update-conda: true
python-version: ${{ matrix.python-version }}

- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: update submodules
# shell: bash -l {0}
run: |
Expand All @@ -130,7 +130,7 @@ jobs:
name: Make SDist
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build SDist
run: |
Expand Down

0 comments on commit a5f065d

Please sign in to comment.