diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b6ae436..b313fa9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # 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 02f88cf..bf519a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup ENV # https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable