Skip to content

Commit 16c349f

Browse files
committed
Update actions to node 24
1 parent d7472d3 commit 16c349f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/fetch-and-update-version-and-champion-dataset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Install jq
2020
run: sudo apt-get update && sudo apt-get install -y jq
@@ -42,5 +42,5 @@ jobs:
4242
git config --local user.name "GitHub Action"
4343
git config --local user.email "action@github.com"
4444
git add src/_datasets/*.json # Add all JSON files
45-
git commit -m "GHA: Update datasets (v${{ env.patchVer }})" || echo "No changes to commit"
45+
git commit -m "GHA: Update datasets (v$patchVer)" || echo "No changes to commit"
4646
git push

.github/workflows/fetch-champion-icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Install wget
2020
run: sudo apt-get update && sudo apt-get install -y wget

.github/workflows/fetch-champion-playrates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Install jq
2020
run: sudo apt-get update && sudo apt-get install -y jq

0 commit comments

Comments
 (0)