mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-21 23:20:10 +01:00
fix itest.yml: checkout before refer to go.mod
This commit is contained in:
parent
fc012fa820
commit
223570ac9b
1 changed files with 4 additions and 4 deletions
8
.github/workflows/itest.yml
vendored
8
.github/workflows/itest.yml
vendored
|
|
@ -5,6 +5,9 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
|
|
@ -12,13 +15,10 @@ jobs:
|
|||
check-latest: true
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Execute the scripts
|
||||
run: |
|
||||
sudo apt update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue