Skip to content

Commit

Permalink
fix(deps): bump actions/{checkout,cache,setup-python} (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Dec 21, 2024
1 parent fbf8847 commit 352a809
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
environment: ${{ inputs.code_signing && 'production' || '' }} # コード署名用のenvironment

steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:

- name: Cache build result
id: cache-build-result
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: build/
key: ${{ matrix.artifact_name }}-v${{ env.ONNXRUNTIME_VERSION }}-cache-${{ hashFiles('matrix.json') }}
Expand Down Expand Up @@ -637,7 +637,7 @@ jobs:
echo "RELEASE_NAME=$RELEASE_NAME" >> "$GITHUB_ENV"
echo "ONNXRUNTIME_BASENAME=lib$TARGET_LIBRARY.$ONNXRUNTIME_VERSION.dylib" >> "$GITHUB_ENV"
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 352a809

Please sign in to comment.