diff options
Diffstat (limited to '.github/workflows/deploy-test-environment.yml')
| -rw-r--r-- | .github/workflows/deploy-test-environment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy-test-environment.yml b/.github/workflows/deploy-test-environment.yml index d838bc35e5..32c7c6b6ea 100644 --- a/.github/workflows/deploy-test-environment.yml +++ b/.github/workflows/deploy-test-environment.yml @@ -28,7 +28,7 @@ jobs: wait_time: ${{ steps.get-wait-time.outputs.wait_time }} steps: - name: Checkout - uses: actions/checkout@v4.3.0 + uses: actions/checkout@v6.0.1 - name: Check allowed users id: check-allowed-users |