We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6193f3 + 99ad2ae commit cf6b2fdCopy full SHA for cf6b2fd
.github/workflows/docker.yml
@@ -23,7 +23,7 @@ jobs:
23
username: ${{ secrets.DOCKERHUB_USERNAME }}
24
password: ${{ secrets.DOCKERHUB_PASSWORD }}
25
- name: Set up Ruby 3.1
26
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@v1
27
with:
28
ruby-version: 3.1
29
- run: gem install bundler
CHANGELOG.mkd
@@ -6,6 +6,7 @@ Unreleased
6
7
- Add Ruby 3.3 to CI [#1403](https://github.com/puppetlabs/r10k/pull/1403)
8
- 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)
10
11
4.1.0
12
-----
0 commit comments