Skip to content

Commit

Permalink
Fix mistake in changelog (#86)
Browse files Browse the repository at this point in the history
* Fix mistake in changelog

* Bump `actions/checkout` from `v3` to `v4`

* Update `actions/setup-python` from `v4` to `v5`
  • Loading branch information
fornwall authored Apr 3, 2024
1 parent c1eb808 commit e4dc78d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.app
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: "clippy, rustfmt"
Expand All @@ -30,7 +30,7 @@ jobs:
cargo-deny:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: EmbarkStudios/cargo-deny-action@v1

Expand All @@ -40,9 +40,9 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.app
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: Swatinem/rust-cache@v2
Expand All @@ -55,9 +55,9 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.app
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update to MoltenVK 1.1.0

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/ash-molten/compare/0.18.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/ash-molten/compare/0.19.0...HEAD
[0.19.0]: https://github.com/EmbarkStudios/ash-molten/compare/0.18.0...0.19.0
[0.18.0]: https://github.com/EmbarkStudios/ash-molten/compare/0.17.0...0.18.0
[0.17.0]: https://github.com/EmbarkStudios/ash-molten/compare/0.16.0...0.17.0
Expand Down

0 comments on commit e4dc78d

Please sign in to comment.