Skip to content

Commit 86e9680

Browse files
authored
fix for actions failures.
1 parent 921b791 commit 86e9680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spineapp_sanity.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
echo "branch=$REF_NAME" >> $GITHUB_OUTPUT
4343
fi
4444
- name: Check out edge-ai-suites repository
45-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45+
uses: actions/checkout@v4 # v6.0.1
4646
with:
4747
persist-credentials: false
4848
path: edge-ai-suites-repo
4949
ref: ${{ steps.get_branch.outputs.branch }}
5050
- name: Set up Python
51-
uses: actions/setup-python@0b93645e9a3d3444828e57bfd88b7d7c95db7be0 #v5.3.0
51+
uses: actions/setup-python@v4 #v5.3.0
5252
with:
5353
python-version: '3.10'
5454
- name: Install Robot Framework with pip (cached)

0 commit comments

Comments
 (0)