mirror of
https://github.com/RWejlgaard/octopus_exporter.git
synced 2026-09-02 00:15:35 +00:00
Merge 96edd3eaf0 into 85c5a96d1e
This commit is contained in:
commit
2a1aa79c50
2 changed files with 3 additions and 3 deletions
4
.github/workflows/pr-check.yml
vendored
4
.github/workflows/pr-check.yml
vendored
|
|
@ -8,9 +8,9 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: actions/setup-go@v6
|
||||
- uses: actions/setup-go@v7
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: "!startsWith(github.event.head_commit.message, 'chore:')"
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue