Commit b2a4b219 authored by Pablo Santiago Blum de Aguiar's avatar Pablo Santiago Blum de Aguiar Committed by Pablo Aguiar

Update actions/checkout version in workflow

parent 601ad97e
...@@ -15,7 +15,9 @@ jobs: ...@@ -15,7 +15,9 @@ jobs:
steps: steps:
- name: Change current working directory owner and group - name: Change current working directory owner and group
run: sudo chown -R nemo:nemo . run: sudo chown -R nemo:nemo .
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with:
set-safe-directory: false
- name: Install dependencies - name: Install dependencies
run: sudo apk add python3 run: sudo apk add python3
- name: Check dead repositories - name: Check dead repositories
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment