Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Bond <danbond@protonmail.com>
  • Loading branch information
jmurret and loshz committed Mar 28, 2023
1 parent 5b1b1ac commit 2ca46f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Setup go mod cache
uses: actions/cache@v3
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # pin@v3.2.6
with:
path: |
~/.cache/go-build
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
with:
name: test-results
path: ${{env.TEST_RESULTS}}
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2
with:
name: jsonfile
path: /tmp/jsonfile
Expand Down

0 comments on commit 2ca46f8

Please sign in to comment.