diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index cffe3247..919e001c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: env: GRADLE_OPTS: "-Dorg.gradle.daemon=false" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: @@ -90,7 +90,7 @@ jobs: curl mingw-w64-x86_64-curl - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 9747a138..5392d399 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -41,7 +41,7 @@ jobs: ~/.cache/yarn key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: ${{ runner.os }}-gradle- - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build Pages run: ../gradlew assemble diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01cdf6fc..2f1df0bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: mingw-w64-x86_64-curl curl - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: ${{ matrix.repository.enabled == true }} - uses: actions/setup-java@v3 @@ -134,6 +134,6 @@ jobs: env: GH_TOKEN: ${{ github.token }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Change pre-release status run: gh release edit ${{ needs.resolve-version.outputs.version }} --prerelease=false diff --git a/.github/workflows/resolve-version.yml b/.github/workflows/resolve-version.yml index 0f74ccb0..1a7862ae 100644 --- a/.github/workflows/resolve-version.yml +++ b/.github/workflows/resolve-version.yml @@ -27,7 +27,7 @@ jobs: version: ${{ steps.resolve.outputs.version }} snapshot: ${{ steps.resolve.outputs.snapshot }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Resolve id: resolve run: | diff --git a/.github/workflows/sandbox.yml b/.github/workflows/sandbox.yml index cfdac29f..a365f617 100644 --- a/.github/workflows/sandbox.yml +++ b/.github/workflows/sandbox.yml @@ -55,7 +55,7 @@ jobs: mingw-w64-x86_64-extra-cmake-modules mingw64/mingw-w64-x86_64-cyrus-sasl - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: ${{ startsWith(matrix.os.runner, github.event.inputs.runner) }} - name: Restore libmongoc cache