Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 813c555

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #56 from staticdev/dependabot/github_actions/actions/checkout-v2.3.2
Bump actions/checkout from v2.3.1 to v2.3.2
2 parents f76a258 + 098be51 commit 813c555

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.3.1
14+
uses: actions/checkout@v2.3.2
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
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Check out the repository
33-
uses: actions/checkout@v2.3.1
33+
uses: actions/checkout@v2.3.2
3434

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

0 commit comments

Comments
 (0)