Skip to content

Commit

Permalink
Merge pull request #1406 from bastelfreak/action
Browse files Browse the repository at this point in the history
Replace deprecated action: actions/setup-ruby->ruby/setup-ruby
  • Loading branch information
justinstoller authored Oct 31, 2024
2 parents d6193f3 + 99ad2ae commit cf6b2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Set up Ruby 3.1
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- run: gem install bundler
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Unreleased

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

4.1.0
-----
Expand Down

0 comments on commit cf6b2fd

Please sign in to comment.