chore: bumped versions (#341)

This commit is contained in:
Ryan Brink
2022-10-02 09:38:54 -05:00
committed by GitHub
parent 1759be5ba3
commit 3111b63916
8 changed files with 20 additions and 15 deletions

12
.github/workflows/autoupdate.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: autoupdate
on:
push:
branches: [ main ]
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'