Skip to content

Commit

Permalink
Merge pull request #32 from astropy/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions-2ee3afcb89

Bump the actions group in /.github/workflows with 3 updates
  • Loading branch information
neutrinoceros authored Nov 1, 2024
2 parents 5117f88 + aad7797 commit d674c33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
new_sha: ${{ steps.commit.outputs.new_sha }}
steps:
- name: Checkout code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Download latest IERS files
run: ./update_data.sh
- name: Check for changes
Expand All @@ -28,7 +28,7 @@ jobs:
echo "changed=false" > $GITHUB_OUTPUT
fi
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
if: steps.check.outputs.changed
with:
python-version: '3.x'
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ needs.update.outputs.new_sha }}
- name: Get tag name from date
Expand All @@ -90,7 +90,7 @@ jobs:
custom_tag: ${{ steps.tag_name.outputs.version }}
tag_prefix: ""
- name: Create GitHub release
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
with:
tag_name: ${{ steps.tag_name.outputs.version }}
generate_release_notes: true
Expand Down

0 comments on commit d674c33

Please sign in to comment.