Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit c8e1a8a

Browse files
Merge pull request #86 from staticdev/dependabot/github_actions/actions/checkout-v2.3.0
Update actions/checkout requirement to v2.3.0
2 parents 2348166 + 82adc56 commit c8e1a8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the repository
14-
uses: actions/checkout@v2.2.0
14+
uses: actions/checkout@v2.3.0
1515
with:
1616
fetch-depth: 2
1717

.github/workflows/tests.yml

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

2828
steps:
2929
- name: Check out the repository
30-
uses: actions/checkout@v2.1.1
30+
uses: actions/checkout@v2.3.0
3131

3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)