aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/pull_requests.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-24 00:05:09 -0500
committerGitHub <noreply@github.com>2023-12-24 00:05:09 -0500
commitdafcc9aab3f72778cc1302061dfc5683553e9709 (patch)
treeb66fea904ebe89690aee560537e4f3067e1f6e0d /.github/workflows/pull_requests.yml
parentdebf465a50129d527aada9ac169e31accad126dd (diff)
downloadsubmelon.dev-dafcc9aab3f72778cc1302061dfc5683553e9709.tar.gz
submelon.dev-dafcc9aab3f72778cc1302061dfc5683553e9709.tar.bz2
submelon.dev-dafcc9aab3f72778cc1302061dfc5683553e9709.zip
build(deps): bump actions/checkout from 3 to 4 (#333)
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>
Diffstat (limited to '.github/workflows/pull_requests.yml')
-rw-r--r--.github/workflows/pull_requests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml
index e00b79c..bdf0edf 100644
--- a/.github/workflows/pull_requests.yml
+++ b/.github/workflows/pull_requests.yml
@@ -14,7 +14,7 @@ jobs:
node-version: [18.x]
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Check changes (prevent pushing to public/)
uses: xalvarez/prevent-file-change-action@v1.5.1
with: