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 6, 2024
1 parent 2c80964 commit 1d2d04e
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.pythonsemanticrelease.outputs.version }}
pypi_tag: ${{ steps.pythonsemanticrelease.outputs.tag }}
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
CIBWBEFOREALL: '${{inputs.CIBWBEFOREALLWindows}}',
}
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand All @@ -147,7 +147,7 @@ jobs:
runs-on: windows-2019
if: inputs.Pure == true
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand All @@ -172,7 +172,7 @@ jobs:
name: Package Source Distribution
runs-on: windows-2019
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand All @@ -199,7 +199,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 @@ -232,7 +232,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 @@ -308,7 +308,7 @@ jobs:
if: 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 1d2d04e

Please sign in to comment.