diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-23 10:05:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 10:05:23 +0100 |
commit | 939a4e9e00e18d07ac8e3ba3f314c4e4b9e9f0ba (patch) | |
tree | 090aebff5e19b2fcfb4b10fdae50f532db0af495 | |
parent | 5fc1e03a7af2021d08c581d648c9082b3c48eb19 (diff) | |
download | hugo-bearcub-939a4e9e00e18d07ac8e3ba3f314c4e4b9e9f0ba.tar.gz hugo-bearcub-939a4e9e00e18d07ac8e3ba3f314c4e4b9e9f0ba.tar.bz2 |
chore(deps): bump actions/checkout from 3 to 4 (#72)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 280c8c7..fd8e8c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Hugo uses: peaceiris/actions-hugo@v2.6.0 @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/download-artifact@v3 with: name: build |