Skip to content

Commit e8468e1

Browse files
committed
Update check_plugins.yml
Update checkout to a Node.js 24 runner (we don't use git credentials so no point in v6) Replaced 1.13 latest check to a known last working version to compile against (for now, got tired of big red X and the spam e-mails)
1 parent 7b2ea40 commit e8468e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_plugins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
#- "1.10"
3333
#- "1.11"
3434
- "1.12"
35-
- "1.13"
35+
- "1.13.7296"
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- name: Set environment variables
4040
run: |
4141
echo "SCRIPTS_PATH=$GITHUB_WORKSPACE/addons/sourcemod/scripting" >> $GITHUB_ENV

0 commit comments

Comments
 (0)