From 23e7aaf6cf6f9b3120ff3a386f194e31fbec4c4e Mon Sep 17 00:00:00 2001 From: Frank Burmo Date: Mon, 2 Dec 2024 22:14:58 +0100 Subject: [PATCH] Bumping github actions due to deprecated node-version (#234) * Bumping github actions due to deprecated node-version * Bumping tag-action from using depreacted checkout-action version --------- Co-authored-by: frank --- .github/workflows/pr-validation.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 1013390f..fd99be73 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Set up NPM and deps - name: Set up NPM @@ -28,7 +28,7 @@ jobs: # Check whether the compiled library changed - name: Check Build Updated - uses: tj-actions/verify-changed-files@v17 + uses: tj-actions/verify-changed-files@v18 id: verify-built-lib with: files: lib/index.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca47080d..ed7eb024 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.5.0 + - uses: actions/checkout@v4 - uses: rickstaa/action-create-tag@v1 with: