chore: Unify actions versions

This commit is contained in:
Jade Ellis 2025-09-10 17:38:39 +01:00
commit a339e73eb5
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
8 changed files with 12 additions and 12 deletions

View file

@ -41,7 +41,7 @@ jobs:
steps:
- name: Setting variables
uses: https://github.com/actions/github-script@v7
uses: https://github.com/actions/github-script@v8
id: var
with:
script: |
@ -97,7 +97,7 @@ jobs:
run: echo '${{ toJSON(matrix) }}'
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Install rust