Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 3f47672 commit 245c5cd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout hse-python
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Checkout hse-python
if: ${{ steps.to-skip.outputs.skip == 'false' }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Determine branches
id: determine-branches
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Checkout HSE
if: ${{ steps.to-skip.outputs.skip == 'false' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: hse-project/hse
path: subprojects/hse
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkoss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout hse-python
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: checkoss
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout hse-python
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/isort.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout hse-python
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout hse-python
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout hse-python
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint
uses: fsfe/reuse-action@v2
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout hse-python
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize
run: |
Expand Down

0 comments on commit 245c5cd

Please sign in to comment.