Skip to content

Commit a82d0ad

Browse files
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7ca8e5 commit a82d0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
# jq is available in epel-release (https://docs.fedoraproject.org/en-US/epel/)
255255
yum install -y gh unzip epel-release
256256
yum install -y jq
257-
- uses: actions/checkout@v3
257+
- uses: actions/checkout@v4
258258
- name: Fetch CodeQL
259259
uses: ./.github/actions/fetch-codeql
260260

0 commit comments

Comments
 (0)