diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ac4f4e9..36926ca3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.2.0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: 1.16.x - name: Import GPG key diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 2c37acdd..45ee87ef 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.2.0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: 1.16.x - name: Import GPG key diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 431f71ff..d2dd061b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.2.0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: 1.16.x - run: make test @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.2.0 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: 1.16.x - uses: actions/cache@v3.3.1