Skip to content

build(deps): bump goauthentik.io/api/v3 from 3.2024104.2 to 3.2024105.1 #286

build(deps): bump goauthentik.io/api/v3 from 3.2024104.2 to 3.2024105.1

build(deps): bump goauthentik.io/api/v3 from 3.2024104.2 to 3.2024105.1 #286

Workflow file for this run

name: Pull Requests
on:
push:
branches-ignore:
- main
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: test
run: go test -v -race -bench=./... -benchmem -timeout=120s -bench=./... ./...
automerge:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
needs: test
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}