diff --git a/.github/workflows/bump-minor.yml b/.github/workflows/bump-minor.yml index 46bc14f..8222692 100644 --- a/.github/workflows/bump-minor.yml +++ b/.github/workflows/bump-minor.yml @@ -6,7 +6,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ssh-key: "${{ secrets.PUSH_TAG_PRIVATE_KEY }}" diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5d03fcf..422d956 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -27,7 +27,7 @@ jobs: with: go-version: 1.21 - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run go test ./... env: MSSQL_DATABASE: sqlserver://sa:REL2021-mssql@localhost:1433 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 606a97a..d181442 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'go-rel/mssql' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Set up Go