Skip to content

Commit dc82ad0

Browse files
authored
Updated the package version (#64)
1 parent 4471626 commit dc82ad0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stats.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 16
2020
cache: 'npm'
2121
cache-dependency-path: package-lock.json
22-
- uses: actions/setup-python@v2
22+
- uses: actions/setup-python@v5
2323
with:
2424
python-version: '3.9'
2525
cache: 'pip'

0 commit comments

Comments
 (0)