Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pytest-optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- id: check
uses: ./.github/actions/activate-tests

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ${{ inputs.os-version }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
with:
tf-version: ${{ inputs.tf-version }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- id: check
uses: ./.github/actions/activate-tests

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
with:
tf-version: tensorflow
Expand All @@ -85,7 +85,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
with:
tf-version: tensorflow
Expand All @@ -104,7 +104,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
with:
tf-version: tensorflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
ref: ${{ github.event.inputs.git-ref }}

Expand Down