microsoft / AzureTRE

An accelerator to help organizations build Trusted Research Environments on Azure.
https://microsoft.github.io/AzureTRE
MIT License
170 stars 134 forks source link

Update GitHub Action Versions #3872

Closed wojciechcloudkubed closed 3 months ago

wojciechcloudkubed commented 4 months ago

Resolves #3847

What is being addressed

Update GitHub Action Versions to the latest ones

Acceptance criteria

github-actions[bot] commented 4 months ago

Unit Test Results

0 tests   0 :white_check_mark:  0s :stopwatch: 0 suites  0 :zzz: 0 files    0 :x:

Results for commit 3645dc58.

:recycle: This comment has been updated with latest results.

wojciechcloudkubed commented 4 months ago

/test

github-actions[bot] commented 4 months ago

:robot: pr-bot :robot:

:runner: Running tests: https://github.com/microsoft/AzureTRE/actions/runs/8249878251 (with refid b5620fe6)

(in response to this comment from @wojciechcloudkubed)

tamirkamara commented 4 months ago

@wojciechcloudkubed There's no point in running a test deployment cycle (like with the / test command) when you update the pr_bot or the tre_deploy* workflows as those run from the main branch.

wojciechcloudkubed commented 4 months ago

@wojciechcloudkubed There's no point in running a test deployment cycle (like with the / test command) when you update the pr_bot or the tre_deploy* workflows as those run from the main branch.

What would be the best approach to test it? @tamirkamara

marrobi commented 4 months ago

@wojciechcloudkubed There's no point in running a test deployment cycle (like with the / test command) when you update the pr_bot or the tre_deploy* workflows as those run from the main branch.

What would be the best approach to test it? @tamirkamara

I typically try to check in my fork of the repo. Unless @tamirkamara has a better way to test.