Skip to content

update

update #1106

Workflow file for this run

name: update
on:
schedule:
- cron: "23 6 * * *"
workflow_dispatch:
jobs:
update:
name: update
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: stable
- name: Update the Certificates
run: go generate ./...
- name: Commit and Push Changes
uses: shogo82148/actions-commit-and-create-pr@b1322fe9da4037e9720e34ea221997cffcd3498d # v1.1.4