aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/css.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-13 12:47:26 +0300
committerGitHub <[email protected]>2023-09-13 12:47:26 +0300
commit52edf180c5fbd138a482b3fad608b52b5f898d5c (patch)
tree17063405c6d62cbaa462c78579d0a6cef4c21c9e /.github/workflows/css.yml
parent9900cf33c0d980353303b0fee381199c9ee89fb8 (diff)
downloadbootstrap-52edf180c5fbd138a482b3fad608b52b5f898d5c.tar.xz
bootstrap-52edf180c5fbd138a482b3fad608b52b5f898d5c.zip
Build(deps): Bump actions/checkout from 3 to 4 (#39148)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/css.yml')
-rw-r--r--.github/workflows/css.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml
index 66112a96c..d859c45eb 100644
--- a/.github/workflows/css.yml
+++ b/.github/workflows/css.yml
@@ -20,7 +20,7 @@ jobs:
steps:
- name: Clone repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false