Skip to content

Commit 990c8bd

Browse files
Update actions
| datasource | package | from | to | | ----------- | -------------------- | ---- | -- | | github-tags | actions/checkout | v3 | v4 | | github-tags | actions/setup-python | v4 | v5 |
1 parent f6f4793 commit 990c8bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- id: nvm
1414
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
1515
- uses: actions/setup-node@v2-beta
1616
with:
1717
node-version: "${{ steps.nvm.outputs.NVMRC }}"
18-
- uses: actions/setup-python@v4
18+
- uses: actions/setup-python@v5
1919
with:
2020
python-version: 3.7
2121
- uses: actions/cache@v3

0 commit comments

Comments
 (0)