Skip to content

chore(deps): Bump actions/checkout from 5.0.1 to 6.0.0 #1948

chore(deps): Bump actions/checkout from 5.0.1 to 6.0.0

chore(deps): Bump actions/checkout from 5.0.1 to 6.0.0 #1948

Workflow file for this run

name: Unit Test
on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
permissions:
contents: read
jobs:
test:
name: Unit Test
strategy:
matrix:
go-version: [1.24]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: v2/go.sum
id: go
- name: Test
run: ./hack/unit-test.sh