diff options
| author | 2024-01-29 10:29:16 +0000 | |
|---|---|---|
| committer | 2024-01-29 10:29:16 +0000 | |
| commit | 23721caef53fff8374a6e4f75afa3278fc571206 (patch) | |
| tree | a1855f7b02a814dccfdcd6a34121cbfe0c015e94 | |
| parent | 90264b1630bf056a8fb62be3f6b104773cafcd36 (diff) | |
| download | infini-23721caef53fff8374a6e4f75afa3278fc571206.tar.gz infini-23721caef53fff8374a6e4f75afa3278fc571206.zip | |
chore(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>
| -rw-r--r-- | .github/workflows/changelog.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b2b02277..a8847c92 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -16,7 +16,7 @@ jobs: id-token: write steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update CHANGELOG id: changelog |
