From 24a2030a3579b20b1647f2168e319ceca02531be Mon Sep 17 00:00:00 2001 From: toddtarsi Date: Wed, 18 Oct 2023 01:34:26 -0500 Subject: [PATCH] use checkout v4 on release commands --- .github/workflows/release-ide.yml | 2 +- .github/workflows/release-npm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-ide.yml b/.github/workflows/release-ide.yml index 81774999e..37f02ec07 100644 --- a/.github/workflows/release-ide.yml +++ b/.github/workflows/release-ide.yml @@ -22,7 +22,7 @@ jobs: runs-on: macos-11 if: github.repository == 'seleniumhq/selenium-ide' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: '20.x' diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 226fb8a0c..c1eb2109b 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'seleniumhq/selenium-ide' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: '20.x'