Explicit set minor and patch version on used actions

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-07-24 22:30:43 +02:00
parent 792c3f08d2
commit ce1bad0b2a
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
- uses: actions/checkout@v3.0.0
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v4.0.0
with:
python-version: "${{ env.PYTHON_VERSION }}"
architecture: "x64"
cache: pip
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v3.0.0
with:
node-version: "${{ env.NODE }}"
cache: npm