Skip to content

build(deps): bump tower-http from 0.6.0 to 0.6.1 in the dependencies group #105

build(deps): bump tower-http from 0.6.0 to 0.6.1 in the dependencies group

build(deps): bump tower-http from 0.6.0 to 0.6.1 in the dependencies group #105

Workflow file for this run

name: Dependabot
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run the Docker containers
run: docker build -t $REPOSITORY_NAME .
env:
REPOSITORY_NAME: ${{ github.event.repository.name }}
auto-merge:
needs: build
uses: winstxnhdw/actions/.github/workflows/dependabot-public.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write