From fe4d105c0da9f38c84acaa6ca2085a23cf107af2 Mon Sep 17 00:00:00 2001 From: Dincho Todorov Date: Fri, 10 Nov 2023 16:23:00 +0200 Subject: [PATCH] Update GHA version --- .github/workflows/mainline.yml | 6 +++--- .github/workflows/pull-request-cleanup.yml | 2 +- .github/workflows/pull-request.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/mainline.yml b/.github/workflows/mainline.yml index 41115d3..74ded52 100644 --- a/.github/workflows/mainline.yml +++ b/.github/workflows/mainline.yml @@ -6,13 +6,13 @@ on: jobs: validate: - uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.0 + uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.1 publish: - uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.0 + uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.1 needs: [ validate ] secrets: inherit deploy: - uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.1.0 + uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.1.1 needs: [publish] secrets: inherit strategy: diff --git a/.github/workflows/pull-request-cleanup.yml b/.github/workflows/pull-request-cleanup.yml index 8290863..44aaebb 100644 --- a/.github/workflows/pull-request-cleanup.yml +++ b/.github/workflows/pull-request-cleanup.yml @@ -7,7 +7,7 @@ on: jobs: delete-tag: - uses: aeternity/github-actions/.github/workflows/_delete-tag-docker.yml@v1.1.0 + uses: aeternity/github-actions/.github/workflows/_delete-tag-docker.yml@v1.1.1 secrets: inherit with: DOCKERHUB_REPO: aeternitybot/aemon diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7588449..3dabd21 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -6,9 +6,9 @@ on: jobs: validate: - uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.0 + uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.1 publish: - uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.0 + uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.1 needs: [ validate ] secrets: inherit with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17785de..22581c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,13 +6,13 @@ on: jobs: validate: - uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.0 + uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.1 publish: - uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.0 + uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.1 needs: [ validate ] secrets: inherit deploy: - uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.1.0 + uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.1.1 needs: [publish] secrets: inherit strategy: