Skip to content

Commit

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

Bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
sergeyklay committed Nov 3, 2021
2 parents e45b0f5 + 434c3f0 commit ef89a70
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.5
uses: actions/checkout@v2.4.0

- name: Set up Python 3.10
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.5
uses: actions/checkout@v2.4.0

- name: Set up Python 3.10
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.5
uses: actions/checkout@v2.4.0
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.5
uses: actions/checkout@v2.4.0

- name: Set up Python 3.10
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.5
uses: actions/checkout@v2.4.0

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

0 comments on commit ef89a70

Please sign in to comment.