diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7474def..e00d968e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-go@v5 with: go-version: "1.25" @@ -42,7 +42,7 @@ jobs: --health-timeout 5s --health-retries 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-go@v5 with: go-version: "1.25" @@ -66,7 +66,7 @@ jobs: # against a live schema and so catches a query still naming a dropped column. # That needs the migrations applied first, so it belongs next to the test job. steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: sqlc-dev/setup-sqlc@v4 with: sqlc-version: "1.31.1" @@ -79,7 +79,7 @@ jobs: - test - sqlc steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 73580e26..a872485a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Get version from tag id: version