diff --git a/.github/workflows/demos.yaml b/.github/workflows/demos.yaml index ce1bb4e..c00140a 100644 --- a/.github/workflows/demos.yaml +++ b/.github/workflows/demos.yaml @@ -28,7 +28,7 @@ jobs: private-key: ${{ secrets.MIKROE_DEMOS_KEY }} - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ steps.app-token.outputs.token }}