Skip to content

Commit 24c7fa0

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-go-6.2.0
2 parents f61d427 + 3e98fe8 commit 24c7fa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
60-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
60+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
6161
with:
6262
node-version: ${{ env.NODE_VERSION }}
6363
- run: npm install -g bats@${{ env.BATS_VERSION }}

0 commit comments

Comments
 (0)