From f06828d08c72bf2f6c0ffa30ccd4569f7b59a786 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 20:07:27 +0000 Subject: [PATCH] chore(workflows): update github actions Signed-off-by: Renovate Bot --- .github/workflows/codesee-arch-diagram.yml | 2 +- .github/workflows/cypress-steps.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codesee-arch-diagram.yml b/.github/workflows/codesee-arch-diagram.yml index b76e490410..78309e4dcd 100644 --- a/.github/workflows/codesee-arch-diagram.yml +++ b/.github/workflows/codesee-arch-diagram.yml @@ -50,7 +50,7 @@ jobs: architecture: 'x64' - name: Configure Ruby '3.x' - uses: ruby/setup-ruby@c4fe7bd15ddbfcd5e07e47bf2f2cae90581d6091 # v1.123.0 + uses: ruby/setup-ruby@4887fd8753fb3cf1a1e466e0e6d8bc08ca91b0bf # v1.124.0 if: ${{ fromJSON(steps.detect-languages.outputs.languages).ruby }} with: ruby-version: '3.0' diff --git a/.github/workflows/cypress-steps.yml b/.github/workflows/cypress-steps.yml index b8c8ad4a1c..1ef79c0b44 100644 --- a/.github/workflows/cypress-steps.yml +++ b/.github/workflows/cypress-steps.yml @@ -9,7 +9,7 @@ jobs: - name: Install PNPM run: npm i -g pnpm - name: Cypress run - uses: cypress-io/github-action@30008f1458a5a2c97054bfe118fe33d75976c482 # v4.2.0 + uses: cypress-io/github-action@032c1ed6197b579a85b6759a05daa6370ea71f8b # v4.2.1 with: command: npm run cypress:run:steps record: true