Skip to content

Commit ee2b5c5

Browse files
authored
Merge pull request #2040 from github/dependabot/github_actions/dependencies-8dc89f899d
2 parents 21bc752 + 00d1378 commit ee2b5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 10
2727

28-
- uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1
28+
- uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1
2929
with:
3030
ruby-version: ${{ matrix.ruby }}
3131
bundler-cache: true
@@ -35,7 +35,7 @@ jobs:
3535
# This should match lib/github/markups.rb GitHub::Markups::MARKUP_RST
3636
python-version: "3.x"
3737

38-
- uses: actions/cache@v5.0.3
38+
- uses: actions/cache@v5.0.4
3939
with:
4040
path: ~/.cache/pip
4141
key: ${{ runner.os }}-pip

0 commit comments

Comments
 (0)