diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 727785e..10df5c0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependencies run: | @@ -75,7 +75,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup vcpkg id: vcpkg @@ -121,7 +121,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup vcpkg id: vcpkg diff --git a/.github/workflows/commit-checker.yml b/.github/workflows/commit-checker.yml index f3266b4..609ca72 100644 --- a/.github/workflows/commit-checker.yml +++ b/.github/workflows/commit-checker.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b89851..80b64ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Generate .version run: |