chore(deps): bump go.einride.tech/sage from 0.293.0 to 0.307.0 in /.sage in the sage-go-dependencies group across 1 directory #635
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize] | |
jobs: | |
make: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup Sage | |
uses: einride/sage/actions/setup@master | |
with: | |
go-version: "1.20" | |
- name: Make | |
run: make |