diff --git a/.github/workflows/cve2json.yml b/.github/workflows/cve2json.yml index b77d0f97..41be8693 100644 --- a/.github/workflows/cve2json.yml +++ b/.github/workflows/cve2json.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@master - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.19 diff --git a/.github/workflows/template-checksum.yml b/.github/workflows/template-checksum.yml index 0d0ee120..4ce80e5f 100644 --- a/.github/workflows/template-checksum.yml +++ b/.github/workflows/template-checksum.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.21.x diff --git a/.github/workflows/template-db-indexer.yml b/.github/workflows/template-db-indexer.yml index 2cc8f476..310fde88 100644 --- a/.github/workflows/template-db-indexer.yml +++ b/.github/workflows/template-db-indexer.yml @@ -12,7 +12,7 @@ jobs: if: github.repository == '0xKayala/Custom-Nuclei-Templates' steps: - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.21.x diff --git a/.github/workflows/template-sign.yml b/.github/workflows/template-sign.yml index 50fa6aad..37ace1df 100644 --- a/.github/workflows/template-sign.yml +++ b/.github/workflows/template-sign.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.21.x diff --git a/.github/workflows/template-validate.yml b/.github/workflows/template-validate.yml index 44d9f5d6..31e9b903 100644 --- a/.github/workflows/template-validate.yml +++ b/.github/workflows/template-validate.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.21.x diff --git a/.github/workflows/templateman.yml b/.github/workflows/templateman.yml index 527fecb2..e32a62fd 100644 --- a/.github/workflows/templateman.yml +++ b/.github/workflows/templateman.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.21.x diff --git a/.github/workflows/templates-stats.yml b/.github/workflows/templates-stats.yml index 6c161753..803fdf19 100644 --- a/.github/workflows/templates-stats.yml +++ b/.github/workflows/templates-stats.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.19