Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3 to 4 #51

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Run Linters
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Ensure +x on CI directory
run: |
chmod -R +x ./tools/ci
Expand All @@ -38,7 +38,7 @@ jobs:
name: DreamChecker
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache SpacemanDMM
uses: actions/cache@v3
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
# needs: ['file_tests', 'dreamchecker']
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Ensure +x on CI directory
run: |
chmod -R +x ./tools/ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render_nanomaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-AGPL3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Preamble

The GNU Affero General Public License is a free, copyleft license for
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.

Expand Down
18 changes: 18 additions & 0 deletions html/changelogs_ch/archive/2023-08.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,24 @@
- bugfix: Trasheater toy tease messages are no longer oral-specific.
- qol: Vore nutrition is no longer useless for borgs.
2023-08-11:
Raeschen:
- rscadd: Added new mechanics or gameplay changes
- rscadd: Added more things
- rscdel: Removed old things
- qol: made something easier to use
- balance: rebalanced something
- bugfix: fixed a few things
- maptweak: tweaked something in a map
- soundadd: added audio or sound effects
- sounddel: removed audio or sound effects
- imageadd: added some icons or images
- imagedel: removed some icons or images
- spellcheck: fixed a few typos
- code_imp: changed some code
- refactor: refactored some code
- config: changed some config setting
- admin: messed with admin stuff
- server: something server ops should know
Seris02:
- bugfix: fixes the input for customized markings not defaulting to their color
- bugfix: fixes the vanity_copy_to proc which broke with the new marking customization
Expand Down