Skip to content

Commit

Permalink
Automatic workflows update from ASF-PluginTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 8, 2024
1 parent 24ae438 commit 5f8b76e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-asf-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
show-progress: false
token: ${{ env.PUSH_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
show-progress: false
submodules: recursive
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
show-progress: false
submodules: recursive
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
}
- name: Upload plugin artifact
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.1
with:
if-no-files-found: error
name: ${{ matrix.os }}_${{ steps.plugin-name.outputs.info }}
Expand All @@ -144,7 +144,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
show-progress: false

Expand Down Expand Up @@ -176,14 +176,14 @@ jobs:
)
- name: Upload SHA512SUMS
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.1
with:
if-no-files-found: error
name: SHA512SUMS
path: out/SHA512SUMS

- name: Upload SHA512SUMS.sign
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.1
if: ${{ env.GPG_PRIVATE_KEY != null }}
with:
if-no-files-found: error
Expand Down

0 comments on commit 5f8b76e

Please sign in to comment.