aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-29 10:29:16 +0000
committerGitHub <noreply@github.com>2024-01-29 10:29:16 +0000
commit23721caef53fff8374a6e4f75afa3278fc571206 (patch)
treea1855f7b02a814dccfdcd6a34121cbfe0c015e94 /.github/workflows
parent90264b1630bf056a8fb62be3f6b104773cafcd36 (diff)
downloadinfini-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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/changelog.yml2
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