Skip to content

🌱 Bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 #297

🌱 Bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4

🌱 Bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 #297

Workflow file for this run

name: pr-e2e-test.yml
on:
pull_request:
types:
- labeled
- synchronize
- opened
- reopened
jobs:
run-e2e-tests:
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag=v6.0.0
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
with:
go-version: '1.25.3'
- name: Run e2e tests
run: make pr-ci-e2e-tests