diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-02 18:40:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 18:40:29 +0100 |
commit | c9b3461ce6b476ca6a344e6f4961e977df175c68 (patch) | |
tree | 170f38c49a24e32cc072d1863a200fbdc327040b /.github/workflows | |
parent | b1ebca14a6cd9d22bdb0e578444478683a01c625 (diff) | |
download | hugo-bearcub-c9b3461ce6b476ca6a344e6f4961e977df175c68.tar.gz hugo-bearcub-c9b3461ce6b476ca6a344e6f4961e977df175c68.tar.bz2 |
chore(deps): bump actions/checkout from 2.3.4 to 3 (#43)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.
- [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/v2.3.4...v3)
---
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>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9238169..f50342c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 - name: Setup Hugo uses: peaceiris/actions-hugo@v2.5.0 |