summaryrefslogtreecommitdiff
path: root/.github/workflows/check_dependencies.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-25 02:28:55 +0000
committermatzbot <svn-admin@ruby-lang.org>2024-04-24 20:04:36 -0700
commitd1813609d02aacfd736fc8f5f914cd61f65afcf1 (patch)
tree68b08c9ffd8c6c97af941a6f74221ef4e85ec868 /.github/workflows/check_dependencies.yml
parente8bc8f60240ae55f90bc2c5cef4ece17f247ab58 (diff)
Bump actions/checkout from 4.1.3 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.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/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/check_dependencies.yml')
-rw-r--r--.github/workflows/check_dependencies.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml
index 135cc52ee0..076af08aed 100644
--- a/.github/workflows/check_dependencies.yml
+++ b/.github/workflows/check_dependencies.yml
@@ -45,7 +45,7 @@ jobs:
)}}
steps:
- - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: ./.github/actions/setup/ubuntu
if: ${{ contains(matrix.os, 'ubuntu') }}