1
0
Fork 0

Update Actions

master
Ambrose Chua 2022-07-09 19:23:14 +08:00
parent 8f7d5bf6a4
commit 67a4f2d5f8
2 changed files with 4 additions and 4 deletions

View File

@ -20,12 +20,12 @@ jobs:
if: github.repository == 'productionwentdown/caddy' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set Git user
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config user.email "action@github.com"
git config user.name "GitHub Action"
- name: Install Go
run: |

View File

@ -16,7 +16,7 @@ jobs:
if: github.repository == 'productionwentdown/caddy' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build images on Linux
run: |