Skip to content

Commit adc563f

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent afa3b54 commit adc563f

2 files changed

Lines changed: 2 additions & 2 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)