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.
1 parent 263db04 commit 7c2855bCopy full SHA for 7c2855b
.github/workflows/gh_pages_docs_v2.yml
@@ -24,11 +24,11 @@ jobs:
24
runs-on: ubuntu-latest
25
steps:
26
- name: Checkout this repo
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
with:
29
path: capi-release
30
- name: Checkout CCNG
31
32
33
repository: cloudfoundry/cloud_controller_ng
34
path: cloud_controller_ng
.github/workflows/unit_tests.yml
@@ -12,7 +12,7 @@ jobs:
12
env:
13
BUNDLE_GEMFILE: ${{ github.workspace }}/spec/Gemfile
14
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- uses: ruby/setup-ruby@v1
17
18
bundler-cache: true
0 commit comments