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 3432b8f commit 6c55650Copy full SHA for 6c55650
.github/workflows/cd.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- name: Set up Python
16
uses: actions/setup-python@v5
17
with:
.github/workflows/pr.yaml
@@ -15,7 +15,7 @@ jobs:
name: Test Kind plugin
18
19
- name: Install Poetry Action
20
uses: snok/[email protected]
21
- name: Set up python
0 commit comments