diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-19 07:50:17 +0000 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-05-20 14:10:07 +0000 |
commit | 516f303106d0d966cc8e337ea85342113caa5bbe (patch) | |
tree | 1838ecc8ab9f4a27ff457e054a69d0795fea6cc5 | |
parent | 6c2ea56179416dda5ac48e3c3522fb5bf666a4c5 (diff) | |
download | caja-516f303106d0d966cc8e337ea85342113caa5bbe.tar.bz2 caja-516f303106d0d966cc8e337ea85342113caa5bbe.tar.xz |
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-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1ddcb68..2b03d2cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: "true" |