Skip to content

Commit edcb1a5

Browse files
authored
Merge pull request #325 from notepad-plus-plus/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 80c1226 + 8860065 commit edcb1a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout repo
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313

1414
- name: Install hugo extended and httrack via chocolatey
1515
working-directory: .

.github/workflows/onTag_zip_manual_as_asset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repo
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: Install hugo-extended and httrack via chocolatey
1818
working-directory: .

0 commit comments

Comments
 (0)