Skip to content

Commit ebac502

Browse files
Result of tsccr-helper -log-level=info gha update -latest .github/ (#1088)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent b3daaad commit ebac502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-test-tools/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Install bats and python-yq
66
runs:
77
using: "composite"
88
steps:
9-
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
9+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
1010
with:
1111
node-version: '20'
1212
- run: sudo npm install -g bats@${BATS_VERSION}

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- name: Setup test tools
1717
uses: ./.github/actions/setup-test-tools
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1919
with:
2020
go-version: '1.22.9'
2121
- run: go install "github.com/redhat-certification/chart-verifier@${CHART_VERIFIER_VERSION}"

0 commit comments

Comments
 (0)