diff --git a/.github/workflows/on-main-push.yaml b/.github/workflows/on-main-push.yaml index f7df5d3..65d9662 100644 --- a/.github/workflows/on-main-push.yaml +++ b/.github/workflows/on-main-push.yaml @@ -19,7 +19,7 @@ jobs: id: awk_gomod - name: Ensure go version - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "${{ steps.awk_gomod.outputs.version }}" diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 3659d81..535ba22 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -16,7 +16,7 @@ jobs: echo "::set-output name=version::${GO_VERSION}" id: awk_gomod - name: Ensure go version - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "${{ steps.awk_gomod.outputs.version }}" - name: run tests @@ -46,7 +46,7 @@ jobs: echo "::set-output name=version::${GO_VERSION}" id: awk_gomod - name: Ensure go version - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "${{ steps.awk_gomod.outputs.version }}" - name: Lint cmd folder @@ -85,7 +85,7 @@ jobs: echo "::set-output name=version::${GO_VERSION}" id: awk_gomod - name: Ensure go version - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "${{ steps.awk_gomod.outputs.version }}" - run: make DH_ORG="${{ github.repository_owner }}" VERSION="${{ github.sha }}" image @@ -117,7 +117,7 @@ jobs: echo "::set-output name=version::${GO_VERSION}" id: awk_gomod - name: Ensure go version - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "${{ steps.awk_gomod.outputs.version }}" - name: Build artifacts @@ -188,7 +188,7 @@ jobs: echo "::set-output name=version::${GO_VERSION}" id: awk_gomod - name: Ensure go version - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "${{ steps.awk_gomod.outputs.version }}" - name: Build artifacts @@ -279,7 +279,7 @@ jobs: # echo "::set-output name=version::${GO_VERSION}" # id: awk_gomod # - name: Ensure go version - # uses: actions/setup-go@v2 + # uses: actions/setup-go@v3 # with: # go-version: "${{ steps.awk_gomod.outputs.version }}" # - name: Build artifacts diff --git a/.github/workflows/on-tag.yaml b/.github/workflows/on-tag.yaml index e4fdd5c..8422db1 100644 --- a/.github/workflows/on-tag.yaml +++ b/.github/workflows/on-tag.yaml @@ -19,7 +19,7 @@ jobs: echo "::set-output name=version::${GO_VERSION}" id: awk_gomod - name: Ensure go version - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "${{ steps.awk_gomod.outputs.version }}" - name: Find current tag version diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index 45d2d87..1e1a7cd 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -59,7 +59,7 @@ jobs: echo "::set-output name=version::${GO_VERSION}" id: awk_gomod - name: Ensure go version - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "${{ steps.awk_gomod.outputs.version }}" - run: make DH_ORG="${{ github.repository_owner }}" VERSION="${{ github.sha }}" image @@ -85,7 +85,7 @@ jobs: echo "::set-output name=version::${GO_VERSION}" id: awk_gomod - name: Ensure go version - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "${{ steps.awk_gomod.outputs.version }}"