Skip to content

Commit

Permalink
Update cloudposse/actions action to v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 16, 2023
1 parent 920d144 commit 7072370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fi
- name: "Build Go binaries"
uses: cloudposse/actions/go/build@0.28.0
uses: cloudposse/actions/go/build@0.33.0
env:
GO111MODULE: on
# Architectures to build for
Expand All @@ -42,7 +42,7 @@ jobs:

- name: "Attach artifacts to GitHub Release"
if: ${{ github.event_name == 'release' }}
uses: cloudposse/actions/github/release-assets@0.28.0
uses: cloudposse/actions/github/release-assets@0.33.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INPUT_PATH: ${{ github.workspace }}/release/turf_*

0 comments on commit 7072370

Please sign in to comment.