Skip to content

Commit 1f5aea8

Browse files
author
Ahmad Nassri
committed
chore(template): sync with ahmadnassri/template-action-node
1 parent 24e3b92 commit 1f5aea8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pull_request_target.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
with:
7373
ref: ${{ github.event.pull_request.head.ref }}
7474

75-
- uses: ahmadnassri/action-template-repository-sync@v2
75+
- uses: ahmadnassri/action-template-repository-sync@v2.3.0
7676
with:
7777
github-token: ${{ secrets.GH_TOKEN }}

.github/workflows/push.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/[email protected]
3535

36-
- uses: ahmadnassri/[email protected].4
36+
- uses: ahmadnassri/[email protected].3
3737
with:
3838
config: .github/linters/.commit-lint.yml
3939

@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/[email protected]
7070

71-
- uses: actions/setup-node@v3.5.1
71+
- uses: actions/setup-node@v3.4.1
7272
with:
7373
node-version: latest
7474

@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
submodules: true
8989

90-
- uses: actions/setup-node@v3.5.1
90+
- uses: actions/setup-node@v3.4.1
9191
with:
9292
registry-url: https://npm.pkg.github.com
9393
node-version: latest

0 commit comments

Comments
 (0)