From d1cf99761139370adb51eb1b43b8bf8513ea576a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 07:05:33 -0700 Subject: [PATCH] chore(deps): update githubactions (#22) | datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | actions/setup-node | v4.0.1 | v4.0.2 | | github-tags | actions/upload-artifact | v4.3.0 | v4.3.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/save-logs/action.yaml | 2 +- .github/workflows/commitlint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/save-logs/action.yaml b/.github/actions/save-logs/action.yaml index 41395097..82e23aee 100644 --- a/.github/actions/save-logs/action.yaml +++ b/.github/actions/save-logs/action.yaml @@ -16,7 +16,7 @@ runs: sudo chown $USER /tmp/uds-*.log || echo "" shell: bash - - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: debug-log${{ inputs.suffix }} path: | diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 413ab82a..8a2c4a57 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 - name: Install commitlint run: npm install --save-dev @commitlint/{config-conventional,cli}