From 67a4f2d5f8151e53270653a5731358e57838caf3 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sat, 9 Jul 2022 19:23:14 +0800 Subject: [PATCH] Update Actions --- .github/workflows/build.yml | 6 +++--- .github/workflows/build_weekly.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78774a7..c31c9f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/.github/workflows/build_weekly.yml b/.github/workflows/build_weekly.yml index 5e82aec..53f2f85 100644 --- a/.github/workflows/build_weekly.yml +++ b/.github/workflows/build_weekly.yml @@ -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: |