From 843793e150c12b42a7e4b92d0f6f58e7caa037e3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 Sep 2024 05:03:08 +0000 Subject: [PATCH] chore(deps): update entanglementgarden/actions action to v0.2 --- .forgejo/workflows/build-apcupsd-exporter.yaml | 2 +- .forgejo/workflows/build-smartctl-exporter.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-apcupsd-exporter.yaml b/.forgejo/workflows/build-apcupsd-exporter.yaml index cbf06b6..7124b0a 100644 --- a/.forgejo/workflows/build-apcupsd-exporter.yaml +++ b/.forgejo/workflows/build-apcupsd-exporter.yaml @@ -20,7 +20,7 @@ jobs: go build ./cmd/apcupsd_exporter sha256sum apcupsd_exporter | tee SHA256SUMS.txt - name: upload - uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.1 + uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.2 with: upload-username: ${{ secrets.DEPLOY_USER }} # must be a user that can upload to the registry upload-token: ${{ secrets.DEPLOY_TOKEN }} diff --git a/.forgejo/workflows/build-smartctl-exporter.yaml b/.forgejo/workflows/build-smartctl-exporter.yaml index b892685..7479210 100644 --- a/.forgejo/workflows/build-smartctl-exporter.yaml +++ b/.forgejo/workflows/build-smartctl-exporter.yaml @@ -21,7 +21,7 @@ jobs: go build . sha256sum smartctl_exporter | tee SHA256SUMS.txt - name: upload - uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.1 + uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.2 with: upload-username: ${{ secrets.DEPLOY_USER }} # must be a user that can upload to the registry upload-token: ${{ secrets.DEPLOY_TOKEN }}