Skip to content

Commit cf6b2fd

Browse files
Merge pull request #1406 from bastelfreak/action
Replace deprecated action: actions/setup-ruby->ruby/setup-ruby
2 parents d6193f3 + 99ad2ae commit cf6b2fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
username: ${{ secrets.DOCKERHUB_USERNAME }}
2424
password: ${{ secrets.DOCKERHUB_PASSWORD }}
2525
- name: Set up Ruby 3.1
26-
uses: actions/setup-ruby@v1
26+
uses: ruby/setup-ruby@v1
2727
with:
2828
ruby-version: 3.1
2929
- run: gem install bundler

CHANGELOG.mkd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Unreleased
66

77
- Add Ruby 3.3 to CI [#1403](https://github.com/puppetlabs/r10k/pull/1403)
88
- Require Ruby 3.1 [#1402](https://github.com/puppetlabs/r10k/pull/1402)
9+
- Replace deprecated action: actions/setup-ruby->ruby/setup-ruby [#1406](https://github.com/puppetlabs/r10k/pull/1406)
910

1011
4.1.0
1112
-----

0 commit comments

Comments
 (0)