Skip to content

Commit 4323509

Browse files
author
Giuseppe Pennisi
committed
Merge branch 'master' into develop
2 parents 96305de + dec1b89 commit 4323509

4 files changed

Lines changed: 9163 additions & 12853 deletions

File tree

.github/workflows/pr_on_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Define Steps
2020
steps:
2121
# Checkout code
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
with:
2424
ref: ${{ github.event.pull_request.head.ref }}
2525
fetch-depth: 0

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# Checkout code
1515
- name: Checkout Code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
with:
1818
token: ${{ secrets.ACTION_AUTH_TOKEN }}
1919

0 commit comments

Comments
 (0)