Skip to content

Commit 1bc52a6

Browse files
authored
Merge pull request #59 from docspell/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents 229c303 + b3f81be commit 1bc52a6

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@v2.4.0
10+
- uses: actions/checkout@v3.0.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@v2.4.0
12+
- uses: actions/checkout@v3.0.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@v2.4.0
12+
- uses: actions/checkout@v3.0.0
1313
with:
1414
fetch-depth: 100
1515
- name: Fetch tags

0 commit comments

Comments
 (0)