Skip to content

Commit

Permalink
Update GitHub workflow hash (#1050)
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 file-assets from 3.0.0 to 3.0.1
  • Loading branch information
busma13 authored Aug 23, 2024
1 parent fb61f40 commit b8c6468
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": "file",
"version": "3.0.0",
"version": "3.0.1",
"description": "A set of processors for working with files"
}
2 changes: 1 addition & 1 deletion asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "file",
"displayName": "Asset",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"description": "A set of processors for working with files",
"repository": {
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": "file-assets-bundle",
"displayName": "File Assets Bundle",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"description": "A set of processors for working with files",
"repository": "https://github.com/terascope/file-assets.git",
Expand Down

0 comments on commit b8c6468

Please sign in to comment.