Skip to content

build(deps): Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 in /provider #425

build(deps): Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 in /provider

build(deps): Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 in /provider #425

Workflow file for this run

name: ci
on:
push:
branches:
- main
- 'feature/**'
- 'dependabot/**'
tags-ignore:
- v*
pull_request:
workflow_dispatch:
jobs:
metadata:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Unshallow clone for tags
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'provider/go.mod'
cache-dependency-path: 'provider/go.sum'
cache: true
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.10.0
with:
repo: pulumi/pulumictl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: dirty-check
run: |
make check-dirty