Skip to content

Commit

Permalink
fix github action path
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored and cpanato committed Feb 8, 2024
1 parent e7e1841 commit 3f58f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ runs:
using: "composite"

steps:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v3
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21'
check-latest: true
cache-dependency-path: '${{ env.GITHUB_ACTION_PATH }}/go.sum'
cache-dependency-path: '${{ github.action_path }}/go.sum'

- name: Set env
run: echo "PULUMI_GO_CODE=${GITHUB_ACTION_PATH}" >> $GITHUB_ENV
Expand Down

0 comments on commit 3f58f08

Please sign in to comment.