diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edd6f7b..0619d38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: os: [macos-14, windows-2025, ubuntu-24.04] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v4 with: version: 10.33.2 @@ -33,7 +33,7 @@ jobs: docker: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Build runtime image run: docker build -f infra/docker/Dockerfile --build-arg START_FILE=services/gateway/dist/server.js . @@ -64,7 +64,7 @@ jobs: --health-cmd "mysqladmin ping -h localhost -uroot -proot-demo" --health-interval 5s --health-timeout 5s --health-retries 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v4 with: version: 10.33.2 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 11767e1..3b0baf5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -37,7 +37,7 @@ jobs: --health-cmd "mysqladmin ping -h localhost -uroot -proot-demo" --health-interval 5s --health-timeout 5s --health-retries 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v4 with: version: 10.33.2 diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a282af5..7dcc1a9 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v4 with: version: 10.33.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d30a916..9717687 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: --health-cmd "mysqladmin ping -h localhost -uroot -proot-demo" --health-interval 5s --health-timeout 5s --health-retries 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v4 with: version: 10.33.2 @@ -82,7 +82,7 @@ jobs: command: pnpm package:mac:x64 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v4 with: version: 10.33.2