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 c4800f9 commit e90bb00Copy full SHA for e90bb00
.github/workflows/publish_plugin_to_hub.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
with:
14
fetch-depth: 0
15
.github/workflows/release.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
input_string: ${{github.ref_name}}
19
20
21
22
23
- name: Set up Go 1.x
.github/workflows/test.yaml
@@ -12,7 +12,7 @@ jobs:
timeout-minutes: 30
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
fetch-depth: 2
0 commit comments