Skip to content

Commit

Permalink
fix: [#535] Go mod updater go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Mar 11, 2024
1 parent 0b51fd7 commit 1589b96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gomod-go-version-updater.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: gomod-go-version-updater-action
'on':
schedule:
- cron: '42 6 * * *'
'on': push
permissions:
actions: write
contents: write
pull-requests: write
jobs:
gomod-go-version-updater-action:
runs-on: ubuntu-22.04
#
steps:
- uses: 030/gomod-go-version-updater-action@v0.1.0
- uses: 030/gomod-go-version-updater-action@16-go-mod-tidy

0 comments on commit 1589b96

Please sign in to comment.