Skip to content

Commit de580fe

Browse files
committed
Update to actions/checkout@v6
1 parent 28f49c6 commit de580fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smart-proxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
BUNDLE_WITHOUT: bmc:development:dhcp_isc_inotify:dhcp_isc_kqueue:journald:krb5:libvirt:puppetca_token_whitelisting:realm_freeipa:windows
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737
- name: Setup Ruby
3838
uses: ruby/setup-ruby@v1
3939
with:
@@ -55,7 +55,7 @@ jobs:
5555
- run: sudo apt-get update
5656
- run: sudo apt-get -qq -y install build-essential libcurl4-openssl-dev zlib1g-dev libvirt-dev libsystemd-dev libkrb5-dev
5757
- name: "Check out Foreman Proxy"
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v6
5959
- name: "Set up Ruby ${{ matrix.ruby }}"
6060
uses: ruby/setup-ruby@v1
6161
with:

0 commit comments

Comments
 (0)