Skip to content

Commit

Permalink
Bumping github actions due to deprecated node-version (#234)
Browse files Browse the repository at this point in the history
* Bumping github actions due to deprecated node-version

* Bumping tag-action from using depreacted checkout-action version

---------

Co-authored-by: frank <frank@DELL>
  • Loading branch information
FrankBurmo and frank authored Dec 2, 2024
1 parent 75bf79c commit 23e7aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 23e7aaf

Please sign in to comment.