We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921b791 commit 86e9680Copy full SHA for 86e9680
.github/workflows/spineapp_sanity.yaml
@@ -42,13 +42,13 @@ jobs:
42
echo "branch=$REF_NAME" >> $GITHUB_OUTPUT
43
fi
44
- name: Check out edge-ai-suites repository
45
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ uses: actions/checkout@v4 # v6.0.1
46
with:
47
persist-credentials: false
48
path: edge-ai-suites-repo
49
ref: ${{ steps.get_branch.outputs.branch }}
50
- name: Set up Python
51
- uses: actions/setup-python@0b93645e9a3d3444828e57bfd88b7d7c95db7be0 #v5.3.0
+ uses: actions/setup-python@v4 #v5.3.0
52
53
python-version: '3.10'
54
- name: Install Robot Framework with pip (cached)
0 commit comments