Skip to content

Commit 78119d4

Browse files
authored
Merge pull request #25 from researchgate/renovate/master-actions-checkout-2.x
chore(deps): update actions/checkout action to v2.3.5 (master)
2 parents 7421bdd + 767253f commit 78119d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/[email protected].4
13+
uses: actions/[email protected].5
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/[email protected].4
14+
uses: actions/[email protected].5
1515

1616
- name: Set up Go
1717
uses: actions/[email protected]

0 commit comments

Comments
 (0)