Skip to content

Commit

Permalink
deps: 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] committed Jun 7, 2024
1 parent 1c4e095 commit 49545ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pypi_version: ${{ steps.psr.outputs.pypi_version }}
pypi_tag: ${{ steps.psr.outputs.pypi_tag }}
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4

Check failure on line 46 in .github/workflows/build-reusable.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

46:5 [indentation] wrong indentation: expected 6 but found 4
with:
lfs: true
submodules: recursive
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
CIBWBEFOREALL: '${{inputs.CIBWBEFOREALLWindows}}',
}
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4

Check failure on line 134 in .github/workflows/build-reusable.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

134:5 [indentation] wrong indentation: expected 6 but found 4
with:
lfs: true
submodules: recursive
Expand All @@ -150,7 +150,7 @@ jobs:
runs-on: windows-2019
if: inputs.Pure == true
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4

Check failure on line 153 in .github/workflows/build-reusable.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

153:5 [indentation] wrong indentation: expected 6 but found 4
with:
lfs: true
submodules: recursive
Expand All @@ -176,7 +176,7 @@ jobs:
name: Package Source Distribution
runs-on: windows-2019
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4

Check failure on line 179 in .github/workflows/build-reusable.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

179:5 [indentation] wrong indentation: expected 6 but found 4
with:
lfs: true
submodules: recursive
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
name: Test Wheel on windows-2019
runs-on: windows-2019
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
}
runs-on: ${{ matrix.config.OS }}
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
if: always() && needs.Upload.result == 'success'
runs-on: windows-2019
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4
- name: Tag with PyPI version
uses: actions/github-script@v7
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true
# From https://github.com/pandoc/pandoc-action-example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
REUSE:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand Down

0 comments on commit 49545ec

Please sign in to comment.