- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for v6 (0.01 sec)
-
.github/workflows/build.yml
jobs: publish: runs-on: ubuntu-latest if: github.repository == 'square/okhttp' && github.ref == 'refs/heads/master' steps: - name: Checkout uses: actions/checkout@v6 - name: Configure JDK uses: actions/setup-java@v5 with: distribution: 'zulu' java-version: 11 - name: Configure JDK uses: actions/setup-java@v5Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 12 04:49:37 UTC 2025 - 18.6K bytes - Viewed (0) -
.github/workflows/docs.yml
steps: - name: Checkout uses: actions/checkout@v6 - name: Configure JDK uses: actions/setup-java@v5 with: distribution: 'zulu' java-version: 17 - uses: actions/setup-python@v6 with: python-version: 3.x - run: pip install mkdocs-material mkdocs-redirectsRegistered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 12 23:30:30 UTC 2025 - 987 bytes - Viewed (0) -
.github/workflows/publish.yml
- '**' env: GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false" jobs: publish: runs-on: macos-15 steps: - uses: actions/checkout@v6 - uses: actions/setup-java@v5 with: distribution: 'zulu' java-version-file: .github/workflows/.java-version - run: ./gradlew publish env:Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Nov 21 15:26:25 UTC 2025 - 784 bytes - Viewed (0) -
.github/workflows/ci.yml
with: access_token: ${{ github.token }} - name: 'Check out repository' uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 # When we specify multiple JDKs, the final one becomes the default, which is used to execute Maven itself. # Our Maven configuration then specifies different JDKs to use for some of the steps:Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Dec 01 19:32:55 UTC 2025 - 4.7K bytes - Viewed (0) -
.github/workflows/scorecard.yml
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Dec 01 19:32:55 UTC 2025 - 2.9K bytes - Viewed (0) -
.github/workflows/containers.yml
runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'containers') steps: - name: Checkout uses: actions/checkout@v6 - name: Configure JDK uses: actions/setup-java@v5 with: distribution: 'zulu' java-version: 17 - name: Setup Gradle uses: gradle/actions/setup-gradle@v5Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Nov 21 15:26:25 UTC 2025 - 872 bytes - Viewed (0) -
src/main/assemblies/files/generate-thumbnail
check_command() { cmd=$1 cmd_path=$(command -v "${cmd}") if [[ ! -e "${cmd_path}" ]] ; then echo "${cmd} does not exist." exit 1 fi } # Get ImageMagick command (magick for v7, convert for v6) get_imagemagick_cmd() { if command -v magick >/dev/null 2>&1; then echo "magick" elif command -v convert >/dev/null 2>&1; then echo "convert" else echo "" fi }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 08:02:36 UTC 2025 - 3.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- sigs.k8s.io/kustomize/cmd/config: v0.19.0 → v0.20.1 - sigs.k8s.io/kustomize/kustomize/v5: v5.6.0 → v5.7.1 - sigs.k8s.io/kustomize/kyaml: v0.19.0 → v0.20.1 - sigs.k8s.io/structured-merge-diff/v6: v6.2.0 → v6.3.0 - sigs.k8s.io/yaml: v1.5.0 → v1.6.0 ### Removed - github.com/google/shlex: [e7afc7f](https://github.com/google/shlex/tree/e7afc7f) # v1.34.0-beta.0
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Dec 10 01:13:50 UTC 2025 - 333.3K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.32.md
- github.com/aws/smithy-go: [v1.20.3](https://github.com/aws/smithy-go/tree/v1.20.3) - github.com/checkpoint-restore/go-criu/v6: [v6.3.0](https://github.com/checkpoint-restore/go-criu/tree/v6.3.0) - github.com/containerd/containerd/api: [v1.7.19](https://github.com/containerd/containerd/tree/api/v1.7.19)
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Tue Dec 16 18:27:41 UTC 2025 - 448.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
### Removed - github.com/asaskevich/govalidator: [f61b66f](https://github.com/asaskevich/govalidator/tree/f61b66f) - github.com/checkpoint-restore/go-criu/v6: [v6.3.0](https://github.com/checkpoint-restore/go-criu/tree/v6.3.0) - github.com/containerd/console: [v1.0.4](https://github.com/containerd/console/tree/v1.0.4) - github.com/go-kit/log: [v0.2.1](https://github.com/go-kit/log/tree/v0.2.1)
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Dec 10 01:15:24 UTC 2025 - 334.8K bytes - Viewed (0)