diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index 8abf541f..143be265 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -8,7 +8,7 @@ jobs: runs-on: windows-11-arm steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: 'recursive' diff --git a/.github/workflows/cpp-ci.yml b/.github/workflows/cpp-ci.yml index 3243c0f5..656ebadd 100644 --- a/.github/workflows/cpp-ci.yml +++ b/.github/workflows/cpp-ci.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: 'recursive' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18f8e0bc..d13bca60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: 'recursive'