From 93773879b5e5a4f00f3b3ffcd27b2f8cebf2061f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:19:04 +0000 Subject: [PATCH] chore(deps): update githubactions to v1 | datasource | package | from | to | | ----------- | -------------------------- | ------- | ------ | | github-tags | defenseunicorns/uds-common | v0.13.1 | v1.1.0 | --- .github/workflows/build-test.yaml | 2 +- .github/workflows/publish-image.yaml | 2 +- .github/workflows/tag-and-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 4424c3c..8953523 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -24,7 +24,7 @@ jobs: - name: Setup UDS if: always() - uses: defenseunicorns/uds-common/.github/actions/setup@e3008473beab00b12a94f9fcc7340124338d5c08 # v0.13.1 + uses: defenseunicorns/uds-common/.github/actions/setup@f0164622ffc2007e96a0e1deaa3f5064db04b148 # v1.1.0 with: username: ${{secrets.IRON_BANK_ROBOT_USERNAME}} password: ${{secrets.IRON_BANK_ROBOT_PASSWORD}} diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 64ce092..317eb0f 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -27,7 +27,7 @@ jobs: - name: Setup UDS if: always() - uses: defenseunicorns/uds-common/.github/actions/setup@e3008473beab00b12a94f9fcc7340124338d5c08 # v0.13.1 + uses: defenseunicorns/uds-common/.github/actions/setup@f0164622ffc2007e96a0e1deaa3f5064db04b148 # v1.1.0 with: username: ${{secrets.IRON_BANK_ROBOT_USERNAME}} password: ${{secrets.IRON_BANK_ROBOT_PASSWORD}} diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index d6f2a26..98d07f5 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -34,7 +34,7 @@ jobs: - name: Setup UDS if: always() - uses: defenseunicorns/uds-common/.github/actions/setup@e3008473beab00b12a94f9fcc7340124338d5c08 # v0.13.1 + uses: defenseunicorns/uds-common/.github/actions/setup@f0164622ffc2007e96a0e1deaa3f5064db04b148 # v1.1.0 with: username: ${{secrets.IRON_BANK_ROBOT_USERNAME}} password: ${{secrets.IRON_BANK_ROBOT_PASSWORD}}