Skip to content

Add Github Action to also sync third_party/go/BUILD with changes from dependabot - #3564

Merged
peterebden merged 2 commits into
thought-machine:masterfrom
peterebden:peter/add-github-dependabot-sync
Aug 14, 2026
Merged

Add Github Action to also sync third_party/go/BUILD with changes from dependabot#3564
peterebden merged 2 commits into
thought-machine:masterfrom
peterebden:peter/add-github-dependabot-sync

Conversation

@peterebden

Copy link
Copy Markdown
Collaborator

Hopefully this will stop us from having to run after dependabot doing this ourselves.

Of course this is impossible to test without landing it.

Comment thread .github/workflows/dependabot-sync.yml Outdated

steps:
- name: Checkout repository
uses: actions/checkout@v4

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: actions/checkout@v4
uses: actions/checkout@v7

Any reason not to go for v7? I've been seeing Node.js deprecation warnings from some of our actions, and IIRC actions/checkout@v4 is one of them...

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, I just copied this.

@peterebden
peterebden merged commit 678f238 into thought-machine:master Aug 14, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants