Skip to content

Commit

Permalink
Align files in order to fix release action (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDog authored Nov 13, 2023
1 parent 411a789 commit 94fc66e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zz_generated.create_release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@6.15.1
# devctl@6.16.0
#
name: Create Release
on:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
uses: giantswarm/install-binary-action@v1.1.0
with:
binary: "architect"
version: "6.11.0"
version: "6.13.0"
- name: Install semver
uses: giantswarm/install-binary-action@v1.1.0
with:
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
- windows-amd64
env:
GITHUB_TOKEN: "${{ secrets.TAYLORBOT_GITHUB_ACTION }}"
GO_VERSION: 1.19.6
GO_VERSION: 1.21.3
ARTIFACT_DIR: bin-dist
TAG: v${{ needs.gather_facts.outputs.version }}
CODE_SIGNING_CERT_BUNDLE_BASE64: ${{ secrets.CODE_SIGNING_CERT_BUNDLE_BASE64 }}
Expand All @@ -279,7 +279,7 @@ jobs:
uses: giantswarm/install-binary-action@v1.1.0
with:
binary: "architect"
version: "6.11.0"
version: "6.13.0"
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v3.3.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zz_generated.create_release_pr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@6.15.1
# devctl@6.16.0
#
name: Create Release PR
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zz_generated.gitleaks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@6.15.1
# devctl@6.16.0
#
name: gitleaks

Expand Down

0 comments on commit 94fc66e

Please sign in to comment.