Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

build(deps): bump go.mongodb.org/mongo-driver from 1.16.0 to 1.16.1 #144

build(deps): bump go.mongodb.org/mongo-driver from 1.16.0 to 1.16.1

build(deps): bump go.mongodb.org/mongo-driver from 1.16.0 to 1.16.1 #144

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --snapshot --skip-publish --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
automerge-dependabot-pr:
needs: ci
uses: divkix/reusable-workflows/.github/workflows/automerge-dependabot-pr.yml@main

Check failure on line 31 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "divkix/reusable-workflows/.github/workflows/automerge-dependabot-pr.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.