Skip to content

Commit

Permalink
Merge pull request #477 from nsidc/dependabot/github_actions/gha-depe…
Browse files Browse the repository at this point in the history
…ndencies-356f4a5b1b

Bump the gha-dependencies group with 5 updates
  • Loading branch information
mfisher87 authored Apr 19, 2024
2 parents 0e4f392 + f6653c8 commit c1ac054
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Configure poetry
run: poetry config virtualenvs.in-project true
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: .venv
Expand All @@ -59,4 +59,4 @@ jobs:
EARTHACCESS_TEST_PASSWORD: ${{ secrets.EDL_PASSWORD }}
run: poetry run bash scripts/integration-test.sh
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/issue-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
issue-manager:
runs-on: "ubuntu-latest"
steps:
- uses: "tiangolo/issue-manager@0.4.0"
- uses: "tiangolo/issue-manager@0.5.0"
with:
token: "${{ secrets.GITHUB_TOKEN }}"
config: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: verify version matches git tag
run: scripts/verify_tag.sh
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
uses: JRubics/poetry-publish@v2.0
with:
python_version: "3.9"
pypi_token: ${{ secrets.PYPI_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test-mindeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout source
uses: actions/[email protected]
- name: Setup Conda Environment
uses: conda-incubator/[email protected].1
uses: conda-incubator/[email protected].3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
Expand All @@ -46,4 +46,4 @@ jobs:
run: bash scripts/test.sh

- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Configure poetry
run: poetry config virtualenvs.in-project true
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: .venv
Expand All @@ -42,4 +42,4 @@ jobs:
- name: Test
run: poetry run bash scripts/test.sh
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit c1ac054

Please sign in to comment.