Skip to content

Commit

Permalink
Merge pull request #116 from st-tech/update-using-reusable-workflow-v…
Browse files Browse the repository at this point in the history
…ersion

update using reusable workflow version
  • Loading branch information
kane8n authored Apr 22, 2024
2 parents beb1e98 + 0c4a1e7 commit 22c021f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '1.21'

Expand All @@ -40,7 +40,7 @@ jobs:
echo ::set-output name=build_cache::$(go env GOCACHE)
- name: Go modules and build cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
${{ steps.go-paths.outputs.mod_cache }}
Expand All @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '1.21'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-vul-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: true
Expand Down

0 comments on commit 22c021f

Please sign in to comment.