Skip to content

Commit 50d7a70

Browse files
authored
Merge pull request #73 from docspell/renovate/actions-checkout-3.x
Update actions/checkout action to v3.6.0
2 parents 44ce7c0 + 39d049d commit 50d7a70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
steps:
10-
- uses: actions/checkout@v3.0.2
10+
- uses: actions/checkout@v3.6.0
1111
with:
1212
fetch-depth: 100
1313
- name: Fetch tags

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
steps:
12-
- uses: actions/checkout@v3.0.2
12+
- uses: actions/checkout@v3.6.0
1313
with:
1414
fetch-depth: 100
1515
- name: Fetch tags

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
steps:
12-
- uses: actions/checkout@v3.0.2
12+
- uses: actions/checkout@v3.6.0
1313
with:
1414
fetch-depth: 100
1515
- name: Fetch tags

0 commit comments

Comments
 (0)