November 5, 2023
none-shall-pass
Version updated for thevickypedia/none-shall-pass to version v3a.
This action is used across all versions by 6 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Onboard none-shall-pass-rustic Remove Dockerfile and python dependencies Run scans via executable directly to reduce runtime Improves speed and accuracy Alpha stage tests
November 4, 2023
Unity Build
Version updated for akiojin/unity-build-github-action to version v3.9.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed build(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in https://github.com/akiojin/unity-build-github-action/pull/144 build(deps-dev): bump rimraf from 5.0.1 to 5.0.5 by @dependabot in https://github.com/akiojin/unity-build-github-action/pull/141 build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/akiojin/unity-build-github-action/pull/139 build(deps-dev): bump @types/node from 20.5.8 to 20.
November 4, 2023
xcode-build-github-action
Version updated for akiojin/xcode-build-github-action to version v1.1.2.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed bump: v1.1.2 by @akiojin in https://github.com/akiojin/xcode-build-github-action/pull/1 New Contributors @akiojin made their first contribution in https://github.com/akiojin/xcode-build-github-action/pull/1 Full Changelog: https://github.com/akiojin/xcode-build-github-action/compare/v1...v1.1.2
November 4, 2023
Setup ReSharper Command Line Tools
Version updated for goit/setup-resharper to version v3.0.0.
This action is used across all versions by 12 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Usage steps: - uses: actions/checkout@v4 - uses: goit/setup-resharper@v3 with: version: '2021.2' - run: InspectCode <solution file>
November 4, 2023
Setup Sparkle framework tools
Version updated for jozefizso/setup-sparkle to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Setup the Sparkle framework tools in workflow.
Usage - name: setup sparkle uses: jozefizso/setup-sparkle@v1 with: version: 2.5.1 - name: generate appcast run: generate_appcast /path/to/your/updates_folder/ List of Sparkle releases: https://github.com/sparkle-project/Sparkle/releases
November 4, 2023
Run runn
Version updated for k2tzumi/runn-action to version v0.89.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Other Changes Support gzip response by @k2tzumi in https://github.com/k1LoW/runn/pull/671 Full Changelog: https://github.com/k1LoW/runn/compare/v0.89.0...v0.89.1
What’s Changed feat: allow version input to action by @k2tzumi in https://github.com/k2tzumi/runn-action/pull/23 Add version description by @k2tzumi in https://github.com/k2tzumi/runn-action/pull/24 Fix unexpected EOF while looking for matching by @k2tzumi in https://github.
November 4, 2023
Code Review GPT
Version updated for mattzcarey/code-review-gpt to version v0.1.5.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Feat/use glob template files by @mattzcarey in https://github.com/mattzcarey/code-review-gpt/pull/301 Full Changelog: https://github.com/mattzcarey/code-review-gpt/compare/v0.1.4...v0.1.5
November 4, 2023
rust-toolchain-reborn
Version updated for placintaalexandru/toolchain to version v1.0.7.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fork release from actions-rs/toolchain
Added Input parameter: force that has the same effect as rustup toolchain install
<TOOLCHAIN> --force Changed Input parameter name: target -> targets that allow to specify a comma-separated list of targets to be added
November 4, 2023
Commit Version and Create Release
Version updated for prantlf/finish-release-action to version v1.2.0.
This action is used across all versions by 5 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.2.0 (2023-11-04) Features Add parameters no-commit, no-tag and no-push (16e0500)