Update GitHub Actions

- Use the newest versions to solve the deprecation warning
- Remove the cache step as the newest go and node actions have built-in
  caching
- Add the official actions@github.com email address
This commit is contained in:
nimbleghost 2023-05-23 20:50:20 +02:00
parent ffbf288c9b
commit ceedca4e27
4 changed files with 16 additions and 43 deletions

View file

@ -30,7 +30,7 @@ jobs:
run: |
cd build/ntfy-docs.github.io
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git config user.email "<actions@github.com>"
git add docs/
git commit -m "Updated docs"
git push origin main