Skip to content

Commit 7f27499

Browse files
committed
ci: update gh actions
1 parent b6ded5f commit 7f27499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: 🚚 Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: 🐍 Use Python 3.x
17-
uses: actions/setup-python@v3.1.4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.x
2020
cache: pip
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
version: 10
2828
- name: 🐉 Use Node.js 22.14.x
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v4
3030
with:
3131
node-version: 22.14.x
3232
cache: "pnpm"

0 commit comments

Comments
 (0)