From a7c81b4cc65d92317e5087bf143a9ddf5e222724 Mon Sep 17 00:00:00 2001 From: "salt-extensions-renovatebot[bot]" <182623858+salt-extensions-renovatebot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:43:38 +0000 Subject: [PATCH] chore(deps): update actions (non-major) --- .github/workflows/deploy-docs-action.yml | 2 +- .github/workflows/docs-action.yml | 6 +++--- .github/workflows/get-changed-files.yml | 2 +- .github/workflows/pre-commit-action.yml | 4 ++-- .github/workflows/test-action.yml | 18 +++++++++--------- data/versions.yaml | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/deploy-docs-action.yml b/.github/workflows/deploy-docs-action.yml index 1d72b09..e090b11 100644 --- a/.github/workflows/deploy-docs-action.yml +++ b/.github/workflows/deploy-docs-action.yml @@ -70,7 +70,7 @@ jobs: - name: Upload Exit Status if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: exitstatus-${{ github.job }} path: exitstatus diff --git a/.github/workflows/docs-action.yml b/.github/workflows/docs-action.yml index 79d13f6..0e794ce 100644 --- a/.github/workflows/docs-action.yml +++ b/.github/workflows/docs-action.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Set up Python 3.12 For Nox uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 @@ -32,7 +32,7 @@ jobs: nox --force-color -e docs - name: Upload built docs as artifact - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: html-docs path: docs/_build/html @@ -45,7 +45,7 @@ jobs: - name: Upload Exit Status if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: exitstatus-${{ github.job }} path: exitstatus diff --git a/.github/workflows/get-changed-files.yml b/.github/workflows/get-changed-files.yml index 72fc4f5..7d799e9 100644 --- a/.github/workflows/get-changed-files.yml +++ b/.github/workflows/get-changed-files.yml @@ -17,7 +17,7 @@ jobs: changed-files: ${{ toJSON(steps.changed-files.outputs) }} steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Get Changed Files id: changed-files diff --git a/.github/workflows/pre-commit-action.yml b/.github/workflows/pre-commit-action.yml index ebf639a..62dfb8d 100644 --- a/.github/workflows/pre-commit-action.yml +++ b/.github/workflows/pre-commit-action.yml @@ -23,7 +23,7 @@ jobs: apt-get install -y enchant-2 git gcc make zlib1g-dev libc-dev libffi-dev g++ libxml2 libxml2-dev libxslt-dev libcurl4-openssl-dev libssl-dev libgnutls28-dev git config --global --add safe.directory "$(pwd)" - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Install Pre-Commit run: | @@ -49,7 +49,7 @@ jobs: - name: Upload Exit Status if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: exitstatus-${{ github.job }} path: exitstatus diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 23fa714..44f8f6e 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -14,7 +14,7 @@ jobs: max-parallel: 5 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: # We need the full history for update tests fetch-depth: 0 @@ -42,7 +42,7 @@ jobs: - name: Upload Logs if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: runtests-${{ runner.os }}.log path: artifacts/runtests-*.log @@ -55,7 +55,7 @@ jobs: - name: Upload Exit Status if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: exitstatus-${{ github.job }} path: exitstatus @@ -70,7 +70,7 @@ jobs: max-parallel: 5 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: # We need the full history for update tests fetch-depth: 0 @@ -114,7 +114,7 @@ jobs: - name: Upload Logs if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: runtests-${{ runner.os }}.log path: artifacts/runtests-*.log @@ -127,7 +127,7 @@ jobs: - name: Upload Exit Status if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: exitstatus-${{ github.job }} path: exitstatus @@ -142,7 +142,7 @@ jobs: max-parallel: 5 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: # We need the full history for update tests fetch-depth: 0 @@ -171,7 +171,7 @@ jobs: - name: Upload Logs if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: runtests-${{ runner.os }}.log path: artifacts/runtests-*.log @@ -184,7 +184,7 @@ jobs: - name: Upload Exit Status if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: exitstatus-${{ github.job }} path: exitstatus diff --git a/data/versions.yaml b/data/versions.yaml index 14dfc16..6397036 100644 --- a/data/versions.yaml +++ b/data/versions.yaml @@ -45,7 +45,7 @@ uv: '0.4.18' ########################################################### # renovate: datasource=git-tags depName=https://github.com/actions/checkout depType=action -actions/checkout: 'd632683dd7b4114ad314bca15554477dd762a938 # v4.2.0' +actions/checkout: 'eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1' # renovate: datasource=git-tags depName=https://github.com/actions/deploy-pages depType=action actions/deploy-pages: 'd6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5' @@ -57,7 +57,7 @@ actions/download-artifact: 'fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8' actions/setup-python: 'f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0' # renovate: datasource=git-tags depName=https://github.com/actions/upload-artifact depType=action -actions/upload-artifact: '50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0' +actions/upload-artifact: '604373da6381bf24206979c74d06a550515601b9 # v4.4.1' # renovate: datasource=git-tags depName=https://github.com/actions/upload-pages-artifact depType=action actions/upload-pages-artifact: '56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1'