Skip to content

Commit

Permalink
ci: update indygreg/actions workflows to latest
Browse files Browse the repository at this point in the history
To avoid some pending deprecations.
  • Loading branch information
indygreg committed Nov 9, 2024
1 parent be5931c commit 09216f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rcodesign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
workflow_dispatch:
jobs:
exes:
uses: indygreg/actions/.github/workflows/rust-exe.yml@214a8641784d19c45f4261ed8e5a57db81ae6b4e
uses: indygreg/actions/.github/workflows/rust-exe.yml@3dd64bb79c3de7794d9e5f53681754b3e876ae07
with:
actions_ref: "214a8641784d19c45f4261ed8e5a57db81ae6b4e"
actions_ref: "3dd64bb79c3de7794d9e5f53681754b3e876ae07"
bin: rcodesign
extra_build_args_macos: '--all-features'
extra_build_args_windows: '--all-features'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
workflow_dispatch:
jobs:
build-and-test:
uses: indygreg/actions/.github/workflows/rust-workspace-build-and-test.yml@10a44fe88eeb39ae10b317766e420dfa0898d183
uses: indygreg/actions/.github/workflows/rust-workspace-build-and-test.yml@3dd64bb79c3de7794d9e5f53681754b3e876ae07
with:
actions_ref: "10a44fe88eeb39ae10b317766e420dfa0898d183"
actions_ref: "3dd64bb79c3de7794d9e5f53681754b3e876ae07"
msrv: "1.81.0"
sccache_s3_bucket: apple-platform-rs-sccache
no_default_features: true
Expand Down

0 comments on commit 09216f9

Please sign in to comment.