We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cde6086 + 535a14e commit 18d70e9Copy full SHA for 18d70e9
.github/workflows/ci-checks.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-24.04
8
steps:
9
- name: Checkout
10
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
11
- name: Install Golang
12
uses: actions/setup-go@v5
13
with:
@@ -71,7 +71,7 @@ jobs:
71
DISABLE_SECURITY_DASHBOARDS_PLUGIN: "true"
72
73
74
75
- name: setup Terraform
76
uses: hashicorp/setup-terraform@v3
77
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
-
22
name: Checkout
23
24
25
name: Unshallow
26
run: git fetch --prune --unshallow
0 commit comments