Time Zones Are Hard - https://tz.rita.moe

Update actions/checkout action to v5 (#15)

Reviewed-on: https://git.rita.moe/Rita/tz/pulls/15
Co-authored-by: Renovate [bot] <renovate@rita.moe>
Co-committed-by: Renovate [bot] <renovate@rita.moe>

Changed files
+2 -2
.forgejo
workflows
+1 -1
.forgejo/workflows/build.yml
···
steps:
- name: Checkout
-
uses: actions/checkout@v4
+
uses: actions/checkout@v5
- name: Get Meta
id: repometa
+1 -1
.forgejo/workflows/sonar.yml
···
runs-on: ubuntu-latest
steps:
-
- uses: actions/checkout@v4
+
- uses: actions/checkout@v5
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis