From 2359c0ab65104b610b9d053742e442729e8640ef Mon Sep 17 00:00:00 2001 From: ArchitectBot <61872893+architectbot@users.noreply.github.com> Date: Wed, 2 Mar 2022 15:08:38 +0000 Subject: [PATCH] Align files (#14) Co-authored-by: github-actions --- .github/workflows/zz_generated.create_release.yaml | 10 +++++----- .github/workflows/zz_generated.create_release_pr.yaml | 4 ++-- .github/workflows/zz_generated.gitleaks.yaml | 4 ++-- Makefile | 2 +- Makefile.gen.app.mk | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/zz_generated.create_release.yaml b/.github/workflows/zz_generated.create_release.yaml index f7894f45..1daa5519 100644 --- a/.github/workflows/zz_generated.create_release.yaml +++ b/.github/workflows/zz_generated.create_release.yaml @@ -1,6 +1,6 @@ # DO NOT EDIT. Generated with: # -# devctl@4.19.0 +# devctl@4.20.1 # name: Create Release on: @@ -53,7 +53,7 @@ jobs: echo "::set-output name=version::${version}" - name: Checkout code if: ${{ steps.get_version.outputs.version != '' }} - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Get project.go path id: get_project_go_path if: ${{ steps.get_version.outputs.version != '' }} @@ -103,7 +103,7 @@ jobs: tarball_binary_path: "*/src/${binary}" smoke_test: "${binary} --version" - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Update project.go id: update_project_go env: @@ -152,7 +152,7 @@ jobs: upload_url: ${{ steps.create_gh_release.outputs.upload_url }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.sha }} - name: Ensure correct version in project.go @@ -203,7 +203,7 @@ jobs: tarball_binary_path: "*/src/${binary}" smoke_test: "${binary} --version" - name: Check out the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 # Clone the whole history, not just the most recent commit. - name: Fetch all tags and branches diff --git a/.github/workflows/zz_generated.create_release_pr.yaml b/.github/workflows/zz_generated.create_release_pr.yaml index 8f5b0a02..d6f09f31 100644 --- a/.github/workflows/zz_generated.create_release_pr.yaml +++ b/.github/workflows/zz_generated.create_release_pr.yaml @@ -1,6 +1,6 @@ # DO NOT EDIT. Generated with: # -# devctl@4.19.0 +# devctl@4.20.1 # name: Create Release PR on: @@ -123,7 +123,7 @@ jobs: binary: "architect" version: "6.1.0" - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ needs.gather_facts.outputs.branch }} - name: Prepare release changes diff --git a/.github/workflows/zz_generated.gitleaks.yaml b/.github/workflows/zz_generated.gitleaks.yaml index 7dbb9459..a57b00b4 100644 --- a/.github/workflows/zz_generated.gitleaks.yaml +++ b/.github/workflows/zz_generated.gitleaks.yaml @@ -1,6 +1,6 @@ # DO NOT EDIT. Generated with: # -# devctl@4.19.0 +# devctl@4.20.1 # name: gitleaks @@ -10,7 +10,7 @@ jobs: gitleaks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: '0' - name: gitleaks-action diff --git a/Makefile b/Makefile index fad7d7dc..9aecb4e7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DO NOT EDIT. Generated with: # -# devctl@4.19.0 +# devctl@4.20.1 # include Makefile.*.mk diff --git a/Makefile.gen.app.mk b/Makefile.gen.app.mk index 52a14aa3..67ff28db 100644 --- a/Makefile.gen.app.mk +++ b/Makefile.gen.app.mk @@ -1,6 +1,6 @@ # DO NOT EDIT. Generated with: # -# devctl@4.19.0 +# devctl@4.20.1 # ##@ App