Skip to content

build(deps): Bump github.com/gruntwork-io/terratest from 0.41.24 to 0.46.9 #975

build(deps): Bump github.com/gruntwork-io/terratest from 0.41.24 to 0.46.9

build(deps): Bump github.com/gruntwork-io/terratest from 0.41.24 to 0.46.9 #975

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
# don't run this on the master branch
if: github.ref != 'refs/heads/master'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
python-version: '3.x'
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}