diff options
| author | 2023-09-05 10:30:13 +0000 | |
|---|---|---|
| committer | 2023-09-05 10:30:13 +0000 | |
| commit | 5226f7585809f3854ac5941f30fbe4eb8b24a360 (patch) | |
| tree | 158f18516db5d576203cc18ae7b121703cda6bf8 /.github/workflows/pages.yml | |
| parent | 7eb7fc43ce1d95d86f5c5b9963213dfb43474a8b (diff) | |
| download | infini-5226f7585809f3854ac5941f30fbe4eb8b24a360.tar.gz infini-5226f7585809f3854ac5941f30fbe4eb8b24a360.zip | |
build(deps): bump actions/checkout from 3 to 4
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](https://github.com/actions/checkout/compare/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>
Diffstat (limited to '.github/workflows/pages.yml')
| -rw-r--r-- | .github/workflows/pages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e415c999..08c92457 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -10,7 +10,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 3.x |
