Skip to content

Commit 71b56e6

Browse files
committed
Merge branch 'master' of github-lotyp:wayofdev/docker-node
* 'master' of github-lotyp:wayofdev/docker-node: github-actions(deps): bump actions/checkout from 3.2.0 to 3.3.0
2 parents b6e28b3 + 4177722 commit 71b56e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: e1himself/[email protected]
3232

3333
- name: Checkout
34-
uses: actions/checkout@v3.2.0
34+
uses: actions/checkout@v3.3.0
3535

3636
- name: Set Environment Variables
3737
env:

.github/workflows/shellcheck.yml

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

1515
steps:
1616
- name: Repository checkout
17-
uses: actions/checkout@v3.2.0
17+
uses: actions/checkout@v3.3.0
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)