Skip to content

chore: bump github.com/runatlantis/atlantis from 0.28.1 to 0.28.3 in the atlantis group #239

chore: bump github.com/runatlantis/atlantis from 0.28.1 to 0.28.3 in the atlantis group

chore: bump github.com/runatlantis/atlantis from 0.28.1 to 0.28.3 in the atlantis group #239

Workflow file for this run

on:
pull_request:
branches:
- feat-multi-module-components
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
# go-version-file: go.mod
go-version: "1.22"
- name: Run tests
run: make test-ci