We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f49c6 commit de580feCopy full SHA for de580fe
.github/workflows/smart-proxy.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
BUNDLE_WITHOUT: bmc:development:dhcp_isc_inotify:dhcp_isc_kqueue:journald:krb5:libvirt:puppetca_token_whitelisting:realm_freeipa:windows
35
steps:
36
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
37
- name: Setup Ruby
38
uses: ruby/setup-ruby@v1
39
with:
@@ -55,7 +55,7 @@ jobs:
55
- run: sudo apt-get update
56
- run: sudo apt-get -qq -y install build-essential libcurl4-openssl-dev zlib1g-dev libvirt-dev libsystemd-dev libkrb5-dev
57
- name: "Check out Foreman Proxy"
58
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
59
- name: "Set up Ruby ${{ matrix.ruby }}"
60
61
0 commit comments