Skip to content

Commit

Permalink
used tagged release for actions'
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed May 14, 2024
1 parent 52fb87e commit 3bb2be2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/BLE_Examples_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ jobs:
fi
- name: Lock Boards
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/lock-board@main
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/lock-board@v1
with:
boards: |
max32655_board1
Expand All @@ -617,7 +617,7 @@ jobs:
- name: Erase Boards DATS
if: ${{env.MAX32655_DATS_CONNECTED_TEST == 'true' || env.MAX32665_DATS_CONNECTED_TEST == 'true' || env.MAX32690_DATS_CONNECTED_TEST == 'true'}}
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/ocderase@main
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/ocderase@v1
with:
board: |
max32655_board1
Expand All @@ -633,7 +633,7 @@ jobs:
- name: Flash DATS 655
if: ${{env.MAX32655_DATS_CONNECTED_TEST == 'true'}}
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/ocdflash@main
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/ocdflash@v1
with:
board: |
max32655_board1
Expand All @@ -660,7 +660,7 @@ jobs:
- name: Erase Boards OTAS
if: ${{env.MAX32655_DATS_CONNECTED_TEST == 'true' || env.MAX32665_DATS_CONNECTED_TEST == 'true' || env.MAX32690_DATS_CONNECTED_TEST == 'true'}}
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/ocderase@main
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/ocderase@v1
with:
board: |
max32655_board1
Expand All @@ -670,7 +670,7 @@ jobs:
- name: Flash OTAS
if: ${{env.MAX32655_DATS_CONNECTED_TEST == 'true' || env.MAX32665_DATS_CONNECTED_TEST == 'true' || env.MAX32690_DATS_CONNECTED_TEST == 'true'}}
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/ocdflash@main
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/ocdflash@v1
with:
board: |
max32655_board1
Expand Down Expand Up @@ -719,7 +719,7 @@ jobs:
- name: Unlock Boards
if: always()
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/lock-board@main
uses: Analog-Devices-MSDK/btm-ci-scripts/actions/lock-board@v1
with:
lock: false
all_owned: true
Expand Down

0 comments on commit 3bb2be2

Please sign in to comment.