diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index 62f38abc9..531f5a21e 100644 --- a/.github/workflows/release-automated.yml +++ b/.github/workflows/release-automated.yml @@ -11,10 +11,10 @@ jobs: outputs: current_tag: ${{ steps.tag.outputs.current_tag }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: persist-credentials: false - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: node-version: 22 cache: npm @@ -25,7 +25,7 @@ jobs: bundler-cache: true - name: Cache Gems id: cache-gems - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: vendor/bundle key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}