Skip to content

ci: bump the github-actions group with 3 updates #1311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
git reset --hard ${{ github.sha }}

- name: Setup | Download Build Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
id: artifact-download
with:
name: ${{ needs.validate.outputs.distribution-artifacts }}
Expand All @@ -145,14 +145,14 @@ jobs:

- name: Release | Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10.2.0
uses: python-semantic-release/python-semantic-release@5b9d941d5b29da138b933660ce1a9df75b54ce25 # v10.3.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
verbosity: 1
build: false

- name: Release | Add distribution artifacts to GitHub Release Assets
uses: python-semantic-release/publish-action@b717f67f7e7e9f709357bce5a542846503ce46ec # v10.2.0
uses: python-semantic-release/publish-action@f8a3b2efc2282bc5219b83ba78ac64b69d6e05b9 # v10.3.1
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:

steps:
- name: Setup | Download Build Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
id: artifact-download
with:
name: ${{ needs.validate.outputs.distribution-artifacts }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Build | Build next version artifacts
id: version
uses: python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10.2.0
uses: python-semantic-release/python-semantic-release@5b9d941d5b29da138b933660ce1a9df75b54ce25 # v10.3.1
with:
github_token: ""
verbosity: 1
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
cache: 'pip'

- name: Setup | Download Distribution Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ needs.build.outputs.distribution-artifacts }}
path: ./dist
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
cache: 'pip'

- name: Setup | Download Distribution Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ needs.build.outputs.distribution-artifacts }}
path: dist
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
ref: ${{ github.sha }}

- name: Setup | Download Distribution Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ needs.build.outputs.distribution-artifacts }}
path: ${{ env.ACTION_SRC_DIR }}
Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy