Update actions to latest versions

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-07-25 22:26:27 +02:00
parent ce1bad0b2a
commit d2fb44c979
3 changed files with 5 additions and 5 deletions

View File

@@ -17,19 +17,19 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.0.2
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4.0.0
uses: actions/setup-python@v4.1.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
architecture: "x64"
cache: pip
- name: Set up Node.js
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.4.1
with:
node-version: "${{ env.NODE }}"
cache: npm