Skip to content

Commit 64efda0

Browse files
committed
update to v4
1 parent 1719480 commit 64efda0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish_main_gpr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020

2121
- name: Fetch all tags
2222
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2323

2424
- name: Setup NodeJS Runtime
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: 18
2828
registry-url: 'https://npm.pkg.github.com'

.github/workflows/publish_pre_release_gpr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020

2121
- name: Fetch all tags
2222
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2323

2424
- name: Setup NodeJS Runtime
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: 18
2828
registry-url: 'https://npm.pkg.github.com'

0 commit comments

Comments
 (0)