Skip to content

Commit e46dfa9

Browse files
authored
Merge pull request #1945 from github/dependabot/github_actions/dependencies-7e65e18feb
chore(deps): bump the dependencies group with 3 updates
2 parents ecf1a6b + 1ba0b17 commit e46dfa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ jobs:
2626
with:
2727
fetch-depth: 10
2828

29-
- uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1
29+
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
3030
with:
3131
ruby-version: ${{ matrix.ruby }}
3232
bundler-cache: true
3333

34-
- uses: actions/setup-python@v5.4.0
34+
- uses: actions/setup-python@v5.5.0
3535
with:
3636
# This should match lib/github/markups.rb GitHub::Markups::MARKUP_RST
3737
python-version: "3.x"
3838

39-
- uses: actions/cache@v4.2.2
39+
- uses: actions/cache@v4.2.3
4040
with:
4141
path: ~/.cache/pip
4242
key: ${{ runner.os }}-pip

0 commit comments

Comments
 (0)