Skip to content

Commit 431288c

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b33c0b9 commit 431288c

18 files changed

+30
-30
lines changed

.github/workflows/asan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev curl git \
4444
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev \
4545
libffi-dev liblzma-dev
46-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
46+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4747
with:
4848
path: openarchx
4949
persist-credentials: false
50-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
50+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5151
with:
5252
repository: python/cpython
5353
path: cpython

.github/workflows/bazel_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# End Presubmit Naming Check github-cpu-presubmits
7777

7878
steps:
79-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
79+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8080
with:
8181
persist-credentials: false
8282
- name: Download OPENARCHX CPU wheels

.github/workflows/bazel_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
(contains(inputs.runner, 'windows-x86') && 'windows x86') }}, openarchxlib=${{ inputs.openarchxlib-version }}, CUDA=${{ inputs.cuda-version }}, Python=${{ inputs.python }}, x64=${{ inputs.enable-x64 }}, build_jax=${{ inputs.build_jax }}, build_jaxlib=${{ inputs.build_jaxlib }}"
103103
# End Presubmit Naming Check github-cuda-presubmits
104104
steps:
105-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
105+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
106106
with:
107107
persist-credentials: false
108108
- name: Download OPENARCHX CUDA wheels

.github/workflows/bazel_cuda_h100_b200.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
permissions: {} # No permissions given
3333
runs-on: ubuntu-latest # Do not run tj-actions on self-hosted runners
3434
steps:
35-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
35+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3636
with:
3737
persist-credentials: false
3838
- name: Get and filter changed files # We only run this if it is a pull request, do not run tj-actions on non PR event
@@ -63,7 +63,7 @@ jobs:
6363
name: "Bazel single B200 CUDA tests"
6464
# End Presubmit Naming Check github-cuda-presubmits
6565
steps:
66-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
66+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6767
with:
6868
persist-credentials: false
6969
- name: Wait For Connection
@@ -108,7 +108,7 @@ jobs:
108108
container: 'us-docker.pkg.dev/ml-oss-artifacts-published/ml-public-container/ml-build:latest'
109109
name: "Bazel multiple H100 CUDA tests"
110110
steps:
111-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
111+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
112112
with:
113113
persist-credentials: false
114114
- name: Wait For Connection

.github/workflows/bazel_test_tpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
JAXCI_CLONE_MAIN_XLA: "${{ inputs.clone_main_xla }}"
106106

107107
steps:
108-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
108+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
109109
with:
110110
persist-credentials: false
111111
- name: Download OPENARCHX wheels

.github/workflows/build_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
gcs_upload_uri: ${{ steps.store-gcs-upload-uri.outputs.gcs_upload_uri }}
127127

128128
steps:
129-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
129+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
130130
with:
131131
persist-credentials: false
132132
- name: Configure Build Environment

.github/workflows/ci-build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 5
2727
steps:
28-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929
with:
3030
persist-credentials: false
3131
- name: Set up Python 3.11
@@ -62,7 +62,7 @@ jobs:
6262
prng-upgrade: 0
6363
num_generated_cases: 1
6464
steps:
65-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
65+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6666
with:
6767
persist-credentials: false
6868
- name: Image Setup
@@ -105,7 +105,7 @@ jobs:
105105
matrix:
106106
python-version: ['3.12']
107107
steps:
108-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
108+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
109109
with:
110110
persist-credentials: false
111111
- name: Set up Python ${{ matrix.python-version }}
@@ -137,7 +137,7 @@ jobs:
137137
matrix:
138138
python-version: ['3.11']
139139
steps:
140-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
140+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
141141
with:
142142
persist-credentials: false
143143
- name: Image Setup
@@ -163,7 +163,7 @@ jobs:
163163
image: index.docker.io/tensorflow/build:latest-python3.12@sha256:48e99608fe9434ada5b14e19fdfd8e64f4cfc83aacd328b9c2101b210e984295 # ratchet:index.docker.io/tensorflow/build:latest-python3.12
164164
timeout-minutes: 30
165165
steps:
166-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
166+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
167167
with:
168168
persist-credentials: false
169169
- name: Set up Python

.github/workflows/cloud-tpu-ci-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
# https://opensource.google/documentation/reference/github/services#actions
5959
# mandates using a specific commit for non-Google actions. We use
6060
# https://github.com/sethvargo/ratchet to pin specific versions.
61-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
61+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6262
with:
6363
persist-credentials: false
6464
# Checkout XLA at head, if we're building openarchxlib at head.
6565
- name: Checkout XLA at head
66-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
66+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6767
if: ${{ matrix.openarchxlib-version == 'head' }}
6868
with:
6969
repository: openxla/xla

.github/workflows/k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
controller: [jobset, indexed-job]
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4
38+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v4
3939
with:
4040
path: openarchx
4141
persist-credentials: false

.github/workflows/numpy_nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
JAXCI_CLONE_MAIN_XLA: 1
4747

4848
steps:
49-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
49+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5050
with:
5151
persist-credentials: false
5252
- name: Checkout ml_dtypes
53-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
53+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
5454
with:
5555
repository: openarchx-ml/ml_dtypes
5656
ref: main

0 commit comments

Comments
 (0)