Skip to content

Commit b7bfea4

Browse files
Bump actions/checkout from 3.6.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@f43a0e5...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22e979a commit b7bfea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/liquid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- { ruby: ruby-head, allowed-failure: false, rubyopt: "--yjit" }
3232
name: Test Ruby ${{ matrix.entry.ruby }}
3333
steps:
34-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
34+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535
- uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
3636
with:
3737
ruby-version: ${{ matrix.entry.ruby }}
@@ -45,7 +45,7 @@ jobs:
4545
memory_profile:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
48+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4949
- uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
5050
with:
5151
bundler-cache: true

0 commit comments

Comments
 (0)