Skip to content

Bump actions/checkout from 4.1.1 to 4.2.2 (#42) #85

Bump actions/checkout from 4.1.1 to 4.2.2 (#42)

Bump actions/checkout from 4.1.1 to 4.2.2 (#42) #85

Workflow file for this run

# Copyright 2023 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: ci
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
go_version:
- '1.22'
- '1.23'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: ${{ matrix.go_version }}
check-latest: true
- run: |
make test