Skip to content

Commit

Permalink
chore: Added Unity 6 to the deps updater (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes authored Oct 31, 2024
1 parent 6f30190 commit 519e6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
unity-prefix: ['2019.', '2020.', '2021.', '2022.']
unity-prefix: ['2019.', '2020.', '2021.', '2022.', '6000.']
steps:
- name: Find the latest Unity version
id: version-select
Expand Down

0 comments on commit 519e6c5

Please sign in to comment.