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: |