diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 03177e4..674417d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.18 id: go diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 297c989..5ff73a4 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -12,7 +12,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.18