Skip to content

Commit

Permalink
ci: update Action version (#23)
Browse files Browse the repository at this point in the history
* Update action version in publish-ghcr.yml
* Update action version in publish-dockerhub.yml
  • Loading branch information
Pradumnasaraf authored Dec 4, 2024
1 parent ad94301 commit b96f8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Read YAML file for version
uses: pietrobolcato/action-read-yaml@1.0.0
uses: pietrobolcato/action-read-yaml@1.1.0
id: read_yaml
with:
config: ${{ github.workspace }}/version.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Read YAML file for version
uses: pietrobolcato/action-read-yaml@1.0.0
uses: pietrobolcato/action-read-yaml@1.1.0
id: read_yaml
with:
config: ${{ github.workspace }}/version.yaml
Expand Down

0 comments on commit b96f8b4

Please sign in to comment.