Skip to content

Commit 875dbf6

Browse files
Bump the actions group in /.github/workflows with 4 updates
Bumps the actions group in /.github/workflows with 4 updates: [OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml](https://github.com/openastronomy/github-actions-workflows), [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml](https://github.com/openastronomy/github-actions-workflows). Updates `OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](OpenAstronomy/github-actions-workflows@6ae6691...e5af21e) Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) Updates `OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](OpenAstronomy/github-actions-workflows@6ae6691...e5af21e) --- updated-dependencies: - dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b2da18 commit 875dbf6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
tests:
13-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@6ae6691dfae7f207db7b694e2bbe1c515cf907ab # v3.0.0
13+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@e5af21e4ae37af089a73bb032e10b78b0e746174 # v3.0.1
1414
with:
1515
envs: |
1616
- linux: py310-test

.github/workflows/update_and_publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
new_sha: ${{ steps.commit.outputs.new_sha }}
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
19+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020
- name: Download latest IERS files
2121
run: ./scripts/update_data.sh
2222
- name: Check for changes
@@ -28,7 +28,7 @@ jobs:
2828
echo "changed=false" > $GITHUB_OUTPUT
2929
fi
3030
31-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
31+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3232
if: steps.check.outputs.changed
3333
with:
3434
python-version: '3.x'
@@ -56,7 +56,7 @@ jobs:
5656
name: Run tests on all platforms
5757
needs: update
5858
if: needs.update.outputs.changed
59-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@6ae6691dfae7f207db7b694e2bbe1c515cf907ab # v3.0.0
59+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@e5af21e4ae37af089a73bb032e10b78b0e746174 # v3.0.1
6060
with:
6161
checkout_ref: ${{ needs.update.outputs.new_sha }}
6262
envs: |
@@ -77,7 +77,7 @@ jobs:
7777
GH_TOKEN: ${{ github.token }}
7878
steps:
7979
- name: Checkout code
80-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
80+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8181
with:
8282
ref: ${{ needs.update.outputs.new_sha }}
8383
- name: Get tag name from date
@@ -98,7 +98,7 @@ jobs:
9898
name: Publish the release to PyPI
9999
needs: [update, tag]
100100
if: needs.update.outputs.changed
101-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@6ae6691dfae7f207db7b694e2bbe1c515cf907ab # v3.0.0
101+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@e5af21e4ae37af089a73bb032e10b78b0e746174 # v3.0.1
102102
with:
103103
checkout_ref: ${{ needs.tag.outputs.new_tag }}
104104
upload_to_pypi: true

0 commit comments

Comments
 (0)