We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 301696b + 02e4c08 commit de84241Copy full SHA for de84241
.github/workflows/bootstrap.yaml
@@ -19,10 +19,10 @@ jobs:
19
20
steps:
21
- name: "Checkout primary repository"
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
- name: "Pull devops content from repository"
25
26
with:
27
repository: "os-climate/devops-toolkit"
28
path: ".devops"
.github/workflows/security.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
36
- name: "Checkout repository"
37
38
39
- name: Set up Python ${{ matrix.python-version }}
40
uses: actions/setup-python@v5
0 commit comments