Skip to content

fix(deps): update module github.com/cloudflare/cloudflare-go to v3 #78

fix(deps): update module github.com/cloudflare/cloudflare-go to v3

fix(deps): update module github.com/cloudflare/cloudflare-go to v3 #78

Workflow file for this run

---
name: PR Flow
on:
pull_request:
branches:
- main
paths:
- 'main.go'
- 'go.mod'
- 'go.sum'
- '.goreleaser.yml'
- 'cmd/**'
jobs:
lint:
uses: ./.github/workflows/job-lint.yml
test:
uses: ./.github/workflows/job-test.yml
nix-update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
persist-credentials: false
- uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Try to update nix flake
run: ./.github/scripts/update-flake-version pr-${{ github.event.pull_request.number }}
- name: Print changes
run: git diff