diff options
| -rw-r--r-- | .github/workflows/sftp-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sftp-tests.yml b/.github/workflows/sftp-tests.yml index 80a1b9929..233961299 100644 --- a/.github/workflows/sftp-tests.yml +++ b/.github/workflows/sftp-tests.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go ${{ env.GO_VERSION }} - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} |
