Skip to content

ci(deps): bump the github-actions-all group across 1 directory with 2 updates #354

ci(deps): bump the github-actions-all group across 1 directory with 2 updates

ci(deps): bump the github-actions-all group across 1 directory with 2 updates #354

Workflow file for this run

name: Test
on:
pull_request: {}
workflow_dispatch:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: "go.mod"
cache-dependency-path: "go.sum"
- name: Run tests
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3.0.0
with:
version: "v1.14.0"
args: "test"