Skip to content

Commit

Permalink
🚦 Use forked github actions
Browse files Browse the repository at this point in the history
This project was previously using 3rd-party Github actions, some of
which were effectively abandonware that was resulting in Github
deprecation warnings.

I've forked all 3rd-party projects, made local changes as needed, and
updated the references here to refer only to my own copies which I shall
maintain from now on.
  • Loading branch information
bitwizeshift committed Dec 15, 2023
1 parent c48dc6d commit 42e34a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare-runner/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
# Vulkan

- name: Install Vulkan SDK
uses: humbletim/[email protected].0
uses: bitwizeshift/[email protected].1
if: runner.os == 'Linux' || runner.os == 'Windows'
with:
vulkan-query-version: 1.3.204.0
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/rust-toolchain/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
using: "composite"
steps:
- name: Prepare Cache
uses: Swatinem/rust-cache@v2
uses: bitwizeshift/action-rust-cache@v2
with:
shared-key: ${{ inputs.cache-key }}

Expand Down

0 comments on commit 42e34a3

Please sign in to comment.