diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c5c9d6a..0ba39ff 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 # https://github.com/actions/setup-go - name: Use Go ${{ matrix.go_version }} timeout-minutes: 3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7545fde..6bd414a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup ENV # https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable