From 1c3daa20730cc4819491edc84bb26b2c3c7304c5 Mon Sep 17 00:00:00 2001 From: Manuel Schmid <9307310+mashb1t@users.noreply.github.com> Date: Sun, 23 Mar 2025 16:59:17 +0100 Subject: [PATCH] fix: update actions to latest available version (#1164) * fix: update actions to latest available version they're immutable tags anyways, not really a need to use sha's here * fix: prefix v on version tags --- .github/workflows/pull_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 091dd3c..241c041 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,12 +11,12 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 + - uses: actions/checkout@v4.2.2 + - uses: actions/setup-node@v4.3.0 with: node-version: lts/* - - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + - uses: actions/cache@v4.2.3 id: cache with: path: ~/.npm