Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #93

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #93

Workflow file for this run

name: Dependabot PR Test
on: pull_request_target
permissions:
contents: read
jobs:
enableAutoMerge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
env:
JETBRAINS_USERNAME: ${{ secrets.JETBRAINS_USERNAME }}
JETBRAINS_PASSWORD: ${{ secrets.JETBRAINS_PASSWORD }}
run: docker build --build-arg JETBRAINS_USERNAME --build-arg JETBRAINS_PASSWORD .