Skip to content

Commit

Permalink
Update GitHub workflow hash (#827)
Browse files Browse the repository at this point in the history
This PR updates the github workflows hash to incorporate a fix for the
upload-artifact@v4 action during build-and-publish-asset.yml workflow

Update kafka-assets from 5.0.0 to 5.0.1
  • Loading branch information
busma13 authored Aug 23, 2024
1 parent 4d22a58 commit 0d495db
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
call-asset-build:
uses: terascope/workflows/.github/workflows/asset-build-and-publish.yml@f5e098fa861fe7744fa61842e82124f806364be9
uses: terascope/workflows/.github/workflows/asset-build-and-publish.yml@2a097b4af7eb81cebc7d602ad9ab2f1ef7b979cc
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/daily-docker-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
call-refresh-docker-cache-workflow:
uses: terascope/workflows/.github/workflows/refresh-docker-cache.yml@f5e098fa861fe7744fa61842e82124f806364be9
uses: terascope/workflows/.github/workflows/refresh-docker-cache.yml@2a097b4af7eb81cebc7d602ad9ab2f1ef7b979cc
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/test-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
call-asset-test-workflow:
uses: terascope/workflows/.github/workflows/asset-test.yml@f5e098fa861fe7744fa61842e82124f806364be9
uses: terascope/workflows/.github/workflows/asset-test.yml@2a097b4af7eb81cebc7d602ad9ab2f1ef7b979cc
secrets: inherit
2 changes: 1 addition & 1 deletion asset/asset.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "kafka",
"description": "Kafka reader and writer support.",
"version": "5.0.0"
"version": "5.0.1"
}
2 changes: 1 addition & 1 deletion asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kafka-assets",
"displayName": "Asset",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"description": "Teraslice asset for kafka operations",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kafka-asset-bundle",
"displayName": "Kafka Asset Bundle",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"description": "A bundle of Kafka operations and processors for Teraslice",
"repository": "[email protected]:terascope/kafka-assets.git",
Expand Down

0 comments on commit 0d495db

Please sign in to comment.