Skip to content

Commit

Permalink
Merge pull request #307 from compscidr/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
Update actions/checkout digest to 0ad4b8f
  • Loading branch information
compscidr committed Apr 26, 2024
2 parents d781879 + 89ea659 commit 9be275d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

- name: Get dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tagged.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Get tag information
id: checkout
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-untagged.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Get tag information
id: checkout
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
Expand Down

0 comments on commit 9be275d

Please sign in to comment.