Skip to content

Commit

Permalink
Merge pull request #336 from joke2k/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-2.3.5

Bump actions/checkout from 2.3.4 to 2.3.5
  • Loading branch information
sergeyklay authored Oct 17, 2021
2 parents ca78fb6 + ac3ce78 commit c7559ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5

- name: Set up Python 3.9
uses: actions/setup-python@v2.2.2
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5

- name: Set up Python 3.9
uses: actions/setup-python@v2.2.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
with:
fetch-depth: 5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5

- name: Set up Python 3.9
uses: actions/setup-python@v2.2.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5

- name: Set up Python 3.8
uses: actions/setup-python@v2.2.2
Expand Down

0 comments on commit c7559ac

Please sign in to comment.